CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.OngetContentPermissionSetOperationCompleted C# (CSharp) Method

OngetContentPermissionSetOperationCompleted() private method

private OngetContentPermissionSetOperationCompleted ( object arg ) : void
arg object
return void
        private void OngetContentPermissionSetOperationCompleted(object arg) {
            if ((this.getContentPermissionSetCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getContentPermissionSetCompleted(this, new getContentPermissionSetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
ConfluenceSoapServiceService