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

BeginGetUserPhoto() public method

public BeginGetUserPhoto ( GetUserPhotoType GetUserPhoto1, System callback, object asyncState ) : System.IAsyncResult
GetUserPhoto1 GetUserPhotoType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginGetUserPhoto(GetUserPhotoType GetUserPhoto1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("GetUserPhoto", new object[] {
                    GetUserPhoto1}, callback, asyncState);
        }
ExchangeServiceBinding