VaultFileSize.Security.SecurityService.OnAddSystemACLOperationCompleted C# (CSharp) Method

OnAddSystemACLOperationCompleted() private method

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