ExchangePlansManager
Collection elements:
Iteration through collection using For each ... In ... Do operator is available to object. Exchange plans managers are retrieved during iteration.
Access to exchange plan manager is possible using [...] operator. Exchange plan name, the way it is assigned in the configuration. is passed as an argument.
Properties:
Methods:
CreateInitialImage
CreateMessageReader
CreateMessageWriter
DeleteChangeRecords
IsChangeRecorded
MasterNode
ReadChanges
RecordChanges
SelectChanges
SetMasterNode
WriteChanges
Description:
Availability:
Exchange with server is possible.
Example:
For each ExchangePlan In Metadata.ExchangePlans Do ExchangePlanName = ExchangePlan.Name; ExchangePlansManager = ExchangePlans[ExchangePlanName]; ExchangePlanSelection = ExchangePlansManager.Select(); // Process selection EndDo; |
See also: