InvokeResultHandlerOnComplete 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(
InvokeResult result,
Object closure
)
Sub OnComplete (
result As InvokeResult,
closure As Object
)
void OnComplete(
InvokeResult^ result,
Object^ closure
)
abstract OnComplete :
result : InvokeResult *
closure : Object -> unit
Parameters
- result
- Type: Com.Tibco.As.Space.RemoteInvokeResult
The result. - closure
- Type: SystemObject
The closure.
See Also