Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.CreateItemAsync C# (CSharp) 메소드

CreateItemAsync() 공개 메소드

public CreateItemAsync ( CreateItemType CreateItem1 ) : void
CreateItem1 CreateItemType
리턴 void
        public void CreateItemAsync(CreateItemType CreateItem1)
        {
            this.CreateItemAsync(CreateItem1, null);
        }

Same methods

ExchangeServiceBinding::CreateItemAsync ( CreateItemType CreateItem1, object userState ) : void
ExchangeServiceBinding