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

OnUpdateUserConfigurationOperationCompleted() private method

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