Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.DeleteItemAsync C# (CSharp) Méthode

DeleteItemAsync() public méthode

public DeleteItemAsync ( DeleteItemType DeleteItem1 ) : void
DeleteItem1 DeleteItemType
Résultat void
        public void DeleteItemAsync(DeleteItemType DeleteItem1)
        {
            this.DeleteItemAsync(DeleteItem1, null);
        }

Same methods

ExchangeServiceBinding::DeleteItemAsync ( DeleteItemType DeleteItem1, object userState ) : void
ExchangeServiceBinding