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(
InvokeResultList resultList,
Object closure
) |
| Visual Basic |
|---|
Sub OnComplete (
resultList As InvokeResultList,
closure As Object
) |
| Visual C++ |
|---|
void OnComplete(
InvokeResultList^ resultList,
Object^ closure
) |
| F# |
|---|
abstract OnComplete :
resultList : InvokeResultList *
closure : Object -> unit
|
See Also