Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndGetUserPhoto C# (CSharp) 메소드

EndGetUserPhoto() 공개 메소드

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