JoinDomainAsync Method
Collapse the table of content
Expand the table of content

DomainAcquirer.JoinDomainAsync Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Starts an asynchronous join domain operation.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Sub JoinDomainAsync ( _
	serviceId As Guid, _
	accountId As Guid, _
	domainServerUrl As Uri, _
	friendlyName As String _
)

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. accountId is optional. If it is not required, you can specify Guid.Empty.
domainServerUrl
Type: System.Uri
URL to the domain controller server which is used to manage domains.
friendlyName
Type: System.String
The friendly name for the account that can be shown to the user during domain certificate enumeration on the client application. friendlyName is optional. If it is not required, you can specify Nothing.

Version Notes

Windows Phone

This member is not implemented in Windows Phone OS 7.1.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft