SpaceSize Method (String) |
Returns number of entries in the space which match a given filter
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxlong Size(
string filter
)
Function Size (
filter As String
) As Long
long long Size(
String^ filter
)
abstract Size :
filter : string -> int64
Parameters
- filter
- Type: SystemString
A String that can be used to create a Filter
Return Value
Type:
Int64The number of entries in space
See Also