Namespace: OpenEdge.DataAdmin.Util
Class
DomainSystemExportEventArgs
Parent classes:
Inherits: OpenEdge.Core.EventArgs

Copyright (c) 2016 by Progress Software Corporation. All rights reserved.
File:DomainSystemExportEventArgs
Author(s):pjudge
Created:Fri Apr 22 11:53:11 EDT 2016
/* The domain being exported, in the STS config format




Method Summary
Options Name Purpose
CancelExport (character) /* Cancels the export @param character A clear-text reason or the cancellation */
ResumeExport (character) /* Resumes the export @param character An optional clear-text reason for resuming */

Constructor Summary
Options Name Purpose
DomainSystemExportEventArgs (character, StsDomain) /* Constructor @param character The database name @param handle An available buffer for the domain export record */

Property Summary
Options Name Purpose
LOGICAL Cancel
CHARACTER CancelReason
CHARACTER DbName
OpenEdge.DataAdmin.Util.StsDomain Domain
CHARACTER DomainName


Method Detail
Top

CancelExport (character)

/* Cancels the export
Parameters:
pcReason CHARACTER
Top

ResumeExport (character)

/* Resumes the export
Parameters:
pcReason CHARACTER


Constructor Detail
Top

DomainSystemExportEventArgs (character, StsDomain)

/* Constructor
Parameters:
pcDbName CHARACTER
poDomain OpenEdge.DataAdmin.Util.StsDomain


Property Detail
Top

LOGICAL Cancel

Returns LOGICAL
Top

CHARACTER CancelReason

Returns CHARACTER
Top

CHARACTER DbName

Returns CHARACTER
Top

OpenEdge.DataAdmin.Util.StsDomain Domain

Returns OpenEdge.DataAdmin.Util.StsDomain
Top

CHARACTER DomainName

Returns CHARACTER


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15