This method is provided by the client so that the server can request that the client disconnect from the server. The client should UnAdvise all connections, Remove all groups and release all interfaces.
Visual Basic (Declaration) | |
---|---|
Public Delegate Sub ShutdownRequestEventHandler( _ ByVal sender As Object, _ ByVal e As ShutdownRequestEventArgs _ ) |
C# | |
---|---|
public delegate void ShutdownRequestEventHandler( object sender, ShutdownRequestEventArgs e ) |
Parameters
- sender
- e