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

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

public GetUserPhotoAsync ( GetUserPhotoType GetUserPhoto1 ) : void
GetUserPhoto1 GetUserPhotoType
Результат void
        public void GetUserPhotoAsync(GetUserPhotoType GetUserPhoto1)
        {
            this.GetUserPhotoAsync(GetUserPhoto1, null);
        }

Same methods

ExchangeServiceBinding::GetUserPhotoAsync ( GetUserPhotoType GetUserPhoto1, object userState ) : void
ExchangeServiceBinding