Delegate for handling the response to a GetLinkStatus request.
| C# | Visual Basic | Visual C++ |
public delegate void GetLinkStatusResponseHandler( Object sender, CallInformationLink..::.GetLinkStatusResponseArgs e )
Public Delegate Sub GetLinkStatusResponseHandler ( _ sender As Object, _ e As CallInformationLink..::.GetLinkStatusResponseArgs _ )
public delegate void GetLinkStatusResponseHandler( Object^ sender, CallInformationLink..::.GetLinkStatusResponseArgs^ e )
- sender (Object)
- Object who fired the response.
- e (CallInformationLink..::.GetLinkStatusResponseArgs)
- Data associated with the response.
Assembly: ServiceProvider (Module: ServiceProvider)