|
ILicensingProviderValidateRealm Method
|
Validates a Realm.
Namespace: RCS.Carbon.Licensing.SharedAssembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
SyntaxTask<string[]> ValidateRealm(
string realmId
)
Parameters
- realmId String
- The Id (primary datbase key) of the Realm to validate.
Return Value
TaskStringAn asynchronous Task with a Result containing an array of validation failure messages.
See Also