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