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

LeaveDomainAsync() public method

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