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

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

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