InvokeResultListHandlerOnComplete Method |
Called when the invoke operation on the member completes
Namespace: Com.Tibco.As.Space.RemoteAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxvoid OnComplete(
InvokeResultList resultList,
Object closure
)
Sub OnComplete (
resultList As InvokeResultList,
closure As Object
)
void OnComplete(
InvokeResultList^ resultList,
Object^ closure
)
abstract OnComplete :
resultList : InvokeResultList *
closure : Object -> unit
Parameters
- resultList
- Type: Com.Tibco.As.Space.RemoteInvokeResultList
The result list - closure
- Type: SystemObject
The closure.
See Also