Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndGetUserPhoto C# (CSharp) Method

EndGetUserPhoto() public method

public EndGetUserPhoto ( System asyncResult ) : GetUserPhotoResponseMessageType
asyncResult System
return GetUserPhotoResponseMessageType
        public GetUserPhotoResponseMessageType EndGetUserPhoto(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((GetUserPhotoResponseMessageType)(results[0]));
        }
ExchangeServiceBinding