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