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

UpdateDelegateAsync() public method

public UpdateDelegateAsync ( UpdateDelegateType UpdateDelegate1 ) : void
UpdateDelegate1 UpdateDelegateType
return void
        public void UpdateDelegateAsync(UpdateDelegateType UpdateDelegate1)
        {
            this.UpdateDelegateAsync(UpdateDelegate1, null);
        }

Same methods

ExchangeServiceBinding::UpdateDelegateAsync ( UpdateDelegateType UpdateDelegate1, object userState ) : void
ExchangeServiceBinding