Discuss this help topic in SecureBlackbox Forum
Defines whether the component works in synchronous or asynchronous mode.
Declaration
Values:
|
Description
This property specifies synchronous or asynchronous mode for operations. In synchronous mode the method returns only when the operation is completed (either successfully or with error). In asynchronous mode the method returns after the request is sent. In asynchronous mode events notify about operation completion. Note that the completion or error event can be fired before the method returns (in asynchronous mode).