VaultFolderCreate.DocumentSvc.DocumentService.OnSetBlockExplorerDesignFileCheckinOperationCompleted C# (CSharp) 메소드

OnSetBlockExplorerDesignFileCheckinOperationCompleted() 개인적인 메소드

private OnSetBlockExplorerDesignFileCheckinOperationCompleted ( object arg ) : void
arg object
리턴 void
        private void OnSetBlockExplorerDesignFileCheckinOperationCompleted(object arg) {
            if ((this.SetBlockExplorerDesignFileCheckinCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.SetBlockExplorerDesignFileCheckinCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
DocumentService