Interface IShadowTcoRemoteTask
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoRemoteTask : IShadowTcoTask, IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_doneSignarure
Declaration
[RenderIgnore]
IShadowString _doneSignarure { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
_exceptionMessage
Declaration
[RenderIgnore]
IShadowString _exceptionMessage { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
_hasException
Declaration
[RenderIgnore]
IShadowBool _hasException { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_isInitialized
Declaration
[RenderIgnore]
IShadowBool _isInitialized { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_startSignature
Declaration
[RenderIgnore]
IShadowString _startSignature { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoRemoteTask)
Declaration
void CopyPlainToShadow(PlainTcoRemoteTask source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoRemoteTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()