Gets or sets the transport thread count.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract int TransportThreadCount { get; set; } |
Visual Basic |
---|
Public MustOverride Property TransportThreadCount As Integer
Get
Set |
Visual C++ |
---|
public:
virtual property int TransportThreadCount {
int get () abstract;
void set (int value) abstract;
} |
F# |
---|
abstract TransportThreadCount : int with get, set
|
Property Value
Type:
Int32
The transport thread count.
See Also