Interface IShadowRtcSynchParams
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowRtcSynchParams : IVortexShadowObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
doSynch
Declaration
IShadowBool doSynch { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
syncAmsId
Declaration
IShadowString syncAmsId { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
synchContextIdentity
Declaration
IShadowULInt synchContextIdentity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
syncPeriod
Declaration
IShadowUInt syncPeriod { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUInt |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainRtcSynchParams)
Declaration
void CopyPlainToShadow(PlainRtcSynchParams source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainRtcSynchParams CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()