Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.UpdateItemAsync C# (CSharp) Метод

UpdateItemAsync() публичный Метод

public UpdateItemAsync ( UpdateItemType UpdateItem1 ) : void
UpdateItem1 UpdateItemType
Результат void
        public void UpdateItemAsync(UpdateItemType UpdateItem1)
        {
            this.UpdateItemAsync(UpdateItem1, null);
        }

Same methods

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