Click or drag to resize
InvokeResultListHandlerOnComplete Method
Called when the invoke operation on the member completes

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
void OnComplete(
	InvokeResultList resultList,
	Object closure
)

Parameters

resultList
Type: Com.Tibco.As.Space.RemoteInvokeResultList
The result list
closure
Type: SystemObject
The closure.
See Also