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.2.0.015)
Syntax
| C# |
|---|
void OnComplete( InvokeResult result, Object closure ) |
| Visual Basic |
|---|
Sub OnComplete ( result As InvokeResult, closure As Object ) |
| Visual C++ |
|---|
void OnComplete( InvokeResult^ result, Object^ closure ) |
| F# |
|---|
abstract OnComplete : result : InvokeResult * closure : Object -> unit |
Parameters
- result
- Type: Com.Tibco.As.Space.Remote..::..InvokeResult
The result.
- closure
- Type: System..::..Object
The closure.