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

OnGetACLUpdateRestrictionsOperationCompleted() private method

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