Helper method to find a registration id for a name.
Namespace: Microsoft.Hawaii.Rendezvous.ClientAssembly: Microsoft.Hawaii.Rendezvous.Client (in Microsoft.Hawaii.Rendezvous.Client.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Parameters
- clientId
- Type:
System String
The adm client Id.
- clientSecret
- Type:
System String
The adm client secret.
- name
- Type:
System String
Specifies a group name.
- onComplete
- Type: Microsoft.Hawaii ServiceAgent T OnCompleteDelegate
Specifiesa an "on complete" delegate callback.
- stateObject (Optional)
- Type:
System Object
Specifies a user defined object which will be provided in the call to the "on complete" calback.
See Also