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