Description
Specifies the maximum number of simultaneous
Connect connections to be accepted by STK X. The maximum number of
connections is constrained by the Integration Module license.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property ConnectMaxConnections() As Integer
|
[C#] |
public int ConnectMaxConnections {get; set;}
|
[Managed C++] |
public: __property int get_ConnectMaxConnections();
public: __property void set_ConnectMaxConnections(
int
);
|
[Unmanaged C++] |
public: HRESULT get_ConnectMaxConnections(
long * pRetVal
);
public: HRESULT put_ConnectMaxConnections(
long NewConnectMaxConnections
);
|
[Java] |
public int getConnectMaxConnections();public void setConnectMaxConnections(
int
);
|
See Also