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




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 /* Cancels the export of this domain */
CHARACTER CancelReason /* (mandatory) A reason for cancelling the export. */
CHARACTER DbName /* The name of the database in which the domain is defined */
OpenEdge.DataAdmin.Util.StsDomain Domain /* The domain being exported, in the STS config format */
CHARACTER DomainName /* The domain being exported, in the STS config format */


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

/* Cancels the export of this domain
Returns LOGICAL
Top

CHARACTER CancelReason

/* (mandatory) A reason for cancelling the export.
Returns CHARACTER
Top

CHARACTER DbName

/* The name of the database in which the domain is defined
Returns CHARACTER
Top

OpenEdge.DataAdmin.Util.StsDomain Domain

/* The domain being exported, in the STS config format
Returns OpenEdge.DataAdmin.Util.StsDomain
Top

CHARACTER DomainName

/* The domain being exported, in the STS config format
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7