System.Windows.Media.DomainAcquirer.JoinDomainAsync C# (CSharp) Method

JoinDomainAsync() public method

public JoinDomainAsync ( System.Guid serviceId, System.Guid accountId, Uri domainServerUrl, string friendlyName ) : void
serviceId System.Guid
accountId System.Guid
domainServerUrl System.Uri
friendlyName string
return void
		public void JoinDomainAsync (Guid serviceId, Guid accountId, Uri domainServerUrl, string friendlyName)
		{
			Console.WriteLine ("System.Windows.Media.DomainAcquirer.JoinDomainAsync: NIEX");
			throw new NotImplementedException ();
		}