Microsoft.Protocols.TestSuites.Common.ListsSoap.OnGetVersionCollectionOperationCompleted C# (CSharp) Method

OnGetVersionCollectionOperationCompleted() private method

private OnGetVersionCollectionOperationCompleted ( object arg ) : void
arg object
return void
        private void OnGetVersionCollectionOperationCompleted(object arg)
        {
            if ((this.GetVersionCollectionCompleted != null))
            {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.GetVersionCollectionCompleted(this, new GetVersionCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
ListsSoap