Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndSetUserPhoto C# (CSharp) Méthode

EndSetUserPhoto() public méthode

public EndSetUserPhoto ( System asyncResult ) : SetUserPhotoResponseMessageType
asyncResult System
Résultat SetUserPhotoResponseMessageType
        public SetUserPhotoResponseMessageType EndSetUserPhoto(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((SetUserPhotoResponseMessageType)(results[0]));
        }
ExchangeServiceBinding