The phase ratio. This is used to compute the time delay between phases
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
[ObsoleteAttribute]
public abstract int PhaseRatio { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute>
Public MustOverride Property PhaseRatio As Integer
Get
Set |
Visual C++ |
---|
public:
[ObsoleteAttribute]
virtual property int PhaseRatio {
int get () abstract;
void set (int value) abstract;
} |
F# |
---|
[<ObsoleteAttribute>]
abstract PhaseRatio : int with get, set
|
Property Value
Type:
Int32
Phase ratio during join handling
See Also