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

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

public BeginGetUserPhoto ( GetUserPhotoType GetUserPhoto1, System callback, object asyncState ) : System.IAsyncResult
GetUserPhoto1 GetUserPhotoType
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult BeginGetUserPhoto(GetUserPhotoType GetUserPhoto1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("GetUserPhoto", new object[] {
                    GetUserPhoto1}, callback, asyncState);
        }
ExchangeServiceBinding