Interface IRtcSynchParams
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IRtcSynchParams : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
doSynch
Declaration
IOnlineBool doSynch { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
syncAmsId
Declaration
IOnlineString syncAmsId { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
synchContextIdentity
Declaration
IOnlineULInt synchContextIdentity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
syncPeriod
Declaration
IOnlineUInt syncPeriod { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUInt |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainRtcSynchParams CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainRtcSynchParams)
Declaration
void FlushOnlineToPlain(PlainRtcSynchParams source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainRtcSynchParams)
Declaration
void FlushPlainToOnline(PlainRtcSynchParams source)
Parameters