This topic has not yet been rated - Rate this topic

ReplayStartHandler Delegate

Represents the ReplayStartHandler event handler.

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
public delegate void ReplayStartHandler(
	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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.