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