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

OnSetSystemACLsOperationCompleted() private method

private OnSetSystemACLsOperationCompleted ( object arg ) : void
arg object
return void
        private void OnSetSystemACLsOperationCompleted(object arg) {
            if ((this.SetSystemACLsCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.SetSystemACLsCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }