Method | Description | |
---|---|---|
Dispatch ( string eventJson ) : Task |
Method | Description | |
---|---|---|
CreateServiceReplicaListeners ( ) : IEnumerable |
Optional override to create listeners (like tcp, http) for this service replica.
|
|
RunAsync ( |
This is the main entry point for your service's partition replica. RunAsync executes when the primary replica for this partition has write status.
|
Method | Description | |
---|---|---|
CreateCommunicationListener ( ServiceInitializationParameters serviceInitializationParameters ) : ICommunicationListener |
Creates the communication listener.
|
protected CreateServiceReplicaListeners ( ) : IEnumerable |
||
return | IEnumerable |
protected RunAsync ( |
||
cancellationToken | Canceled when Service Fabric terminates this partition's replica. | |
return | Task |