메소드 | 설명 | |
---|---|---|
Get ( System.Guid id ) : Task |
||
Handle ( string eventJson ) : Task |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
CreateCommunicationListener ( ServiceInitializationParameters serviceInitializationParameters ) : ICommunicationListener |
Creates the communication listener.
|
|
GetQueryModelBuilder ( ) : QueryModelBuilder |
protected CreateServiceReplicaListeners ( ) : IEnumerable |
||
리턴 | IEnumerable |
protected RunAsync ( |
||
cancellationToken | Canceled when Service Fabric terminates this partition's replica. | |
리턴 | Task |