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

OnCreateUserConfigurationOperationCompleted() private method

private OnCreateUserConfigurationOperationCompleted ( object arg ) : void
arg object
return void
        private void OnCreateUserConfigurationOperationCompleted(object arg)
        {
            if ((this.CreateUserConfigurationCompleted != null))
            {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.CreateUserConfigurationCompleted(this, new CreateUserConfigurationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
ExchangeServiceBinding