Delegate which represents the handler for responses to the Stop Application Session message.
| C# | Visual Basic | Visual C++ |
public delegate void StopApplicationSessionResponseHandler( Object sender, ServiceProvider..::.StopApplicationSessionResponseArgs e )
Public Delegate Sub StopApplicationSessionResponseHandler ( _ sender As Object, _ e As ServiceProvider..::.StopApplicationSessionResponseArgs _ )
public delegate void StopApplicationSessionResponseHandler( Object^ sender, ServiceProvider..::.StopApplicationSessionResponseArgs^ e )
- sender (Object)
- Object who sent the message.
- e (ServiceProvider..::.StopApplicationSessionResponseArgs)
- Paramters associated with this particular callback.
Assembly: ServiceProvider (Module: ServiceProvider)