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