Interface IShadowTcoMessengerEnv
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoMessengerEnv : IVortexShadowObject
Properties
|
Improve this Doc
View Source
_isMessagingSuspended
Declaration
IShadowBool _isMessagingSuspended { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_messageDigestMethod
Declaration
[EnumeratorDiscriminator(typeof(eMessageDigestMethod))]
IShadowInt _messageDigestMethod { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_messengerLoggingMethod
Declaration
[EnumeratorDiscriminator(typeof(eMessengerLogMethod))]
IShadowInt _messengerLoggingMethod { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_minLevel
Declaration
[EnumeratorDiscriminator(typeof(eMessageCategory))]
IShadowInt _minLevel { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoMessengerEnv)
Declaration
void CopyPlainToShadow(PlainTcoMessengerEnv source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoMessengerEnv CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()