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

UpdateItemAsync() public method

public UpdateItemAsync ( UpdateItemType UpdateItem1 ) : void
UpdateItem1 UpdateItemType
return void
        public void UpdateItemAsync(UpdateItemType UpdateItem1)
        {
            this.UpdateItemAsync(UpdateItem1, null);
        }

Same methods

ExchangeServiceBinding::UpdateItemAsync ( UpdateItemType UpdateItem1, object userState ) : void
ExchangeServiceBinding