Метод | Описание | |
---|---|---|
CreateServiceInstanceListeners ( ) : IEnumerable |
Optional override to create listeners (like tcp, http) for this service instance.
|
|
RunAsync ( |
This is the main entry point for your service instance.
|
Метод | Описание | |
---|---|---|
SaveRecord ( string sqlConnectionString, string vin, |
protected CreateServiceInstanceListeners ( ) : IEnumerable |
||
Результат | IEnumerable |
protected RunAsync ( |
||
cancelServiceInstance | Canceled when Service Fabric terminates this instance. | |
Результат | Task |