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