Click or drag to resize
TupleCreate Method (Int32)
Create a new empty Tuple instance with a pre-defined number of columns

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static Tuple Create(
	int size
)

Parameters

size
Type: SystemInt32
The number of columns in the tuple

Return Value

Type: Tuple
A Tuple instance
See Also