- Namespace
- OpenTl
.ClientApi .Services .Interfaces
graph TD
Type["IUpdatesService"]
class Type type-node
Syntax
public interface IUpdatesService
Events
| Name | Type | Summary |
|---|---|---|
| AutoReceiveUpdates | AutoUpdateHandler |
Get auto updates
|
| ManualReceiveUpdates | ManualUpdateHandler |
Get manuals updates
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetCurrentStateAsync |
Task |
Get current states of updates
|
| GetUpdatesFromState |
Task |
Get manual updates
|
| StartReceiveUpdates |
void |
Starting receive updates. Updates will be raise an event
|
| StopReceiveUpdates |
void |
Stopping receive updates
|