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

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

public EndCopyItem ( System asyncResult ) : CopyItemResponseType
asyncResult System
Результат CopyItemResponseType
        public CopyItemResponseType EndCopyItem(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((CopyItemResponseType)(results[0]));
        }
ExchangeServiceBinding