IDeltaSender Interface
Contract supporting delivery of outbound messages to the server
Signature
export interface IDeltaSender
Methods
| Method | Return Type | Description |
|---|---|---|
| flush() | void | Flush all pending messages through the outbound queue |
Method Details
flush
Flush all pending messages through the outbound queue
Signature
flush(): void;