Click or drag to resize

ILicensingProviderValidateRealm Method

Validates a Realm.

Namespace: RCS.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
Syntax
C#
Task<string[]> ValidateRealm(
	string realmId
)

Parameters

realmId  String
The Id (primary datbase key) of the Realm to validate.

Return Value

TaskString
An asynchronous Task with a Result containing an array of validation failure messages.
See Also