ReplayPauseHandler Delegate

 

Represents the ReplayPauseHandler event handler.

Namespace:   Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

public delegate void ReplayPauseHandler(
	Object^ sender,
	EventArgs^ args
)

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.

Return to top
Show: