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

BeginGetUserConfiguration() public method

public BeginGetUserConfiguration ( GetUserConfigurationType GetUserConfiguration1, System callback, object asyncState ) : System.IAsyncResult
GetUserConfiguration1 GetUserConfigurationType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginGetUserConfiguration(GetUserConfigurationType GetUserConfiguration1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("GetUserConfiguration", new object[] {
                    GetUserConfiguration1}, callback, asyncState);
        }
ExchangeServiceBinding