Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the ReplayPauseHandler event handler.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Delegate Sub ReplayPauseHandler ( _
sender As Object, _
args As EventArgs _
)
'Usage
Dim instance As New ReplayPauseHandler(AddressOf HandlerMethod)
public delegate void ReplayPauseHandler(
Object sender,
EventArgs args
)
public delegate void ReplayPauseHandler(
Object^ sender,
EventArgs^ args
)
type ReplayPauseHandler =
delegate of
sender:Object *
args:EventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: System.Object
An Object value that specifies the source of the event.
- args
Type: System.EventArgs
A TraceEventArgs object that contains the event data.