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