Method | Description | |
---|---|---|
AzureTransitRepository ( AppSettings settings ) : API.Models | ||
GetPlatformTagsAsync ( ) : int>>.Task |
||
GetScheduleAsync ( ) : Task |
||
GetSerializedStaticDataAsync ( ) : Task |
||
GetStaticDataAsync ( ) : Task |
||
SetPlatformTags ( int>.Dictionary |
||
SetSchedule ( ServerBusSchedule schedule ) : void | ||
SetStaticData ( |
public AzureTransitRepository ( AppSettings settings ) : API.Models | ||
settings | AppSettings | |
return | API.Models |
public GetSerializedStaticDataAsync ( ) : Task |
||
return | Task |
public SetPlatformTags ( int>.Dictionary |
||
platformTags | int>.Dictionary | |
return | void |
public SetSchedule ( ServerBusSchedule schedule ) : void | ||
schedule | ServerBusSchedule | |
return | void |
public SetStaticData ( |
||
staticData | ||
return | void |