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

BeginSetUserPhoto() public method

public BeginSetUserPhoto ( SetUserPhotoType SetUserPhoto1, System callback, object asyncState ) : System.IAsyncResult
SetUserPhoto1 SetUserPhotoType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginSetUserPhoto(SetUserPhotoType SetUserPhoto1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("SetUserPhoto", new object[] {
                    SetUserPhoto1}, callback, asyncState);
        }
ExchangeServiceBinding