Enum OperationFlow
Stipulates operation flow kind - sync/async
Namespace: NFX.Glue
Assembly: NFX.dll
Syntax
public enum OperationFlow
Fields
| Name | Description |
|---|---|
| Asynchronous | Operations do not block and use reactor to correlate request/responses |
| Synchronous | Every operation blocks until it is completed or times out |