Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.GetDelegateAsync C# (CSharp) Method

GetDelegateAsync() public method

public GetDelegateAsync ( GetDelegateType GetDelegate1 ) : void
GetDelegate1 GetDelegateType
return void
        public void GetDelegateAsync(GetDelegateType GetDelegate1)
        {
            this.GetDelegateAsync(GetDelegate1, null);
        }

Same methods

ExchangeServiceBinding::GetDelegateAsync ( GetDelegateType GetDelegate1, object userState ) : void
ExchangeServiceBinding