DomainAcquirer.LeaveDomainAsync Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Method used to start an asynchronous leave domain operation.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Sub LeaveDomainAsync ( _ serviceId As Guid, _ accountId As Guid, _ domainServerUrl As Uri _ )
Parameters
- serviceId
- Type: System.Guid
The service identifier for this domain. serviceId is optional. If it is not required, you can specify Guid.Empty.
- accountId
- Type: System.Guid
The account identifier for this domain.
- domainServerUrl
- Type: System.Uri
URL to the domain controller server which is used to manage domains.
Show: