SpaceDefPhaseRatio Property |
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.1.5.12)
Syntaxpublic abstract int PhaseRatio { get; set; }
Public MustOverride Property PhaseRatio As Integer
Get
Set
public:
virtual property int PhaseRatio {
int get () abstract;
void set (int value) abstract;
}
abstract PhaseRatio : int with get, set
Property Value
Type:
Int32
Phase ratio during join handling
See Also