IComStatusEvent.ComStatus Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Sub ComStatus ( _
    sender As Object, _
    args As StatusEventArgs _
)
'Usage
Dim instance As IComStatusEvent
Dim sender As Object
Dim args As StatusEventArgs

instance.ComStatus(sender, args)
void ComStatus(
    Object sender,
    StatusEventArgs args
)
void ComStatus(
    Object^ sender, 
    StatusEventArgs^ args
)
abstract ComStatus : 
        sender:Object * 
        args:StatusEventArgs -> unit 
function ComStatus(
    sender : Object, 
    args : StatusEventArgs
)