Click or drag to resize
MemberInvocableInvoke Method
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.1.5.12)
Syntax
Tuple Invoke(
	Space space,
	Tuple context
)

Parameters

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

Return Value

Type: Tuple
Tuple as a result of the invocation
Remarks
This method must be idempotent
See Also