|
ILicensingProviderDeleteRealm Method
|
Deletes a Realm and any relationships it has with other licensing entities (a 'deep' delete).
Namespace: RCS.Carbon.Licensing.SharedAssembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
SyntaxTask<int> DeleteRealm(
string realmId
)
Parameters
- realmId String
- The Id (primary database key) of the Realm to delete.
Return Value
TaskInt32An asynchronous Task with a Result containing the count of database entities that were deleted or modified
by delete processing. A count of zero indicates that the
realmId was not found.
See Also