Delegate for a response to a ConsultationCall request
| C# | Visual Basic | Visual C++ |
public delegate void ConsultationCallResponseHandler( Object sender, ThirdPartyCallController..::.ConsultationCallResponseArgs e )
Public Delegate Sub ConsultationCallResponseHandler ( _ sender As Object, _ e As ThirdPartyCallController..::.ConsultationCallResponseArgs _ )
public delegate void ConsultationCallResponseHandler( Object^ sender, ThirdPartyCallController..::.ConsultationCallResponseArgs^ e )
- sender (Object)
- Object who sent this message
- e (ThirdPartyCallController..::.ConsultationCallResponseArgs)
- Parameters associated with this response.
Assembly: ServiceProvider (Module: ServiceProvider)