IComStatusEvent.ComStatus(Object, StatusEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void ComStatus(System::Object ^ sender, Microsoft::SqlServer::Replication::StatusEventArgs ^ args);
[System.Runtime.InteropServices.DispId(1610743808)]
public void ComStatus (object sender, Microsoft.SqlServer.Replication.StatusEventArgs args);
[<System.Runtime.InteropServices.DispId(1610743808)>]
abstract member ComStatus : obj * Microsoft.SqlServer.Replication.StatusEventArgs -> unit
Public Sub ComStatus (sender As Object, args As StatusEventArgs)
Parameters
- sender
- Object
- args
- StatusEventArgs
- Attributes