Click or drag to resize

ILicensingProviderDeleteRealm Method

Deletes a Realm and any relationships it has with other licensing entities (a 'deep' delete).

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

Parameters

realmId  String
The Id (primary database key) of the Realm to delete.

Return Value

TaskInt32
An 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