BiWsCallCompleteEvent
BiWsCallCompleteEvent -- notifies of an asynchronous call completion.
This class extends
BiEvent
and therefore all methods and fields available for
BiEvent
are also available for
BiWsCallCompleteEvent
.
Constructor
new
BiWsCallCompleteEvent
(
aCall,aResult,aError
)
Parameters
| Name | Type | Optional | Default | Descripton |
aCall |
Object |
Call object for which completion is reported. This is the 'cookie' returned by invocation call. | ||
aResult |
Object |
Result of call, if successful; null otherwise. | ||
aError |
Object |
Call error description (an exception object), if call is not successful |
Properties
| Name | Type | get | set | Descripton |
call |
Object |
![]() |
Return the call cookie returned by the asyncInvoke call which initiated the async invocation the result of which is reported by this event. | |
error |
Boolean |
![]() |
Return a boolean indicating whether the call terminated with an error. | |
errorObject |
Error |
![]() |
Return call error information object (an exception) if such is available. | |
result |
Object of call. |
![]() |
Return the call's returned value if call was succesful. This is the same value returned from a synchronous invocation of the web service (see BiWebService2).
|
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
