Method executed on the node specified by the client calling Space.InvokeMember() or when a client calls Space.InvokeMembers()

Namespace: Com.Tibco.As.Space.Remote
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
Tuple Invoke(
	Space space,
	Tuple context
)
Visual Basic
Function Invoke ( 
	space As Space,
	context As Tuple
) As Tuple
Visual C++
Tuple^ Invoke(
	Space^ space, 
	Tuple^ context
)
F#
abstract Invoke : 
        space : Space * 
        context : Tuple -> Tuple 

Parameters

space
Type: Com.Tibco.As.Space..::..Space
Space object that invocation request is coming from
context
Type: Com.Tibco.As.Space..::..Tuple
Tuple to pass context parameters

Return Value

Type: Tuple
Tuple as a result of the invocation

Remarks

This method must be idempotent

See Also