VaultFolderCreate.DocumentSvc.DocumentService.OnGetFileAssociationsByIdsOperationCompleted C# (CSharp) Méthode

OnGetFileAssociationsByIdsOperationCompleted() private méthode

private OnGetFileAssociationsByIdsOperationCompleted ( object arg ) : void
arg object
Résultat void
        private void OnGetFileAssociationsByIdsOperationCompleted(object arg) {
            if ((this.GetFileAssociationsByIdsCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.GetFileAssociationsByIdsCompleted(this, new GetFileAssociationsByIdsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
DocumentService