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

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

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