Helper method to initiate the call that deletes KeyValue items by keys.
Namespace: Microsoft.Hawaii.KeyValue.ClientAssembly: Microsoft.Hawaii.KeyValue.Client (in Microsoft.Hawaii.KeyValue.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.
- keys
- Type:
System String
Specifies the keys to search.
- onComplete
- Type: Microsoft.Hawaii ServiceAgent T OnCompleteDelegate
Specifies an "on complete" delegate callback.
- stateObject
- Type:
System Object
Specifies a user-defined object.
See Also