[This is preliminary documentation and is subject to change.]
Stipulates operation flow kind - sync/async
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Synchronous | 0 | Every operation blocks until it is completed or times out | |
Asynchronous | 1 | Operations do not block and use reactor to correlate request/responses |
See Also