Method executed on the node specified by the client calling
Space.InvokeMember() or
when a client calls Space.InvokeMembers()
Namespace: Com.Tibco.As.Space.RemoteAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
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 ) |
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
Tuple as a result of the invocation
Remarks
This method must be idempotent