type exposes the following members.
|
| Name | Description |
|---|
  | AssociateIdAsync(String, NameRegistration, ServiceAgent NameRegistrationResult OnCompleteDelegate, Object) |
Helper method to asociate a registeration id to a name with the service.
|
  | AssociateIdAsync(String, String, NameRegistration, ServiceAgent NameRegistrationResult OnCompleteDelegate, Object) |
Helper method to asociate a registeration id to a name with the service.
|
  | DisassociateIdAsync(String, NameRegistration, ServiceAgent NameRegistrationResult OnCompleteDelegate, Object) |
Helper method to disasociate a registeration id to a name with the service.
|
  | DisassociateIdAsync(String, String, NameRegistration, ServiceAgent NameRegistrationResult OnCompleteDelegate, Object) |
Helper method to disasociate a registeration id to a name with the service.
|
  | LookupNameAsync(String, String, ServiceAgent NameRegistrationResult OnCompleteDelegate, Object) |
Helper method to find a registration id for a name.
|
  | LookupNameAsync(String, String, String, ServiceAgent NameRegistrationResult OnCompleteDelegate, Object) |
Helper method to find a registration id for a name.
|
  | RegisterNameAsync(String, String, ServiceAgent NameRegistrationResult OnCompleteDelegate, Object) |
Helper method to register a Name with the service.
|
  | RegisterNameAsync(String, String, String, ServiceAgent NameRegistrationResult OnCompleteDelegate, Object) |
Helper method to register a Name with the service.
|
  | UnregisterNameAsync(String, NameRegistration, ServiceAgent NameRegistrationResult OnCompleteDelegate, Object) |
Helper method to unregister (delete) a Name with the service.
|
  | UnregisterNameAsync(String, String, NameRegistration, ServiceAgent NameRegistrationResult OnCompleteDelegate, Object) |
Helper method to unregister (delete) a Name with the service.
|