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