| InvokeResultHandler Interface |
An instance of this is used for async invocation
Namespace: Com.Tibco.As.Space.RemoteAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic interface InvokeResultHandler : ResultHandler
Public Interface InvokeResultHandler
Inherits ResultHandler
public interface class InvokeResultHandler : ResultHandler
type InvokeResultHandler =
interface
interface ResultHandler
endThe InvokeResultHandler type exposes the following members.
Methods|
| Name | Description |
|---|
 | OnComplete |
Called when the invoke operation on the member completes
|
Top
See Also