Represents service execution context.
More...
|
| string | Name [get] |
| | Gets service name. More...
|
| |
| Guid | ExecutionId [get] |
| | Gets service execution ID. Execution ID is guaranteed to be unique across all service deployments. More...
|
| |
| bool | IsCancelled [get] |
| | Get flag indicating whether service has been cancelled or not. More...
|
| |
| string | CacheName [get] |
| | Gets cache name used for key-to-node affinity calculation. This parameter is optional and is set only when key-affinity service was deployed. More...
|
| |
| object | AffinityKey [get] |
| | Gets affinity key used for key-to-node affinity calculation. This parameter is optional and is set only when key-affinity service was deployed. More...
|
| |
| object Apache.Ignite.Core.Services.IServiceContext.AffinityKey |
|
get |
Affinity key, possibly null.
| string Apache.Ignite.Core.Services.IServiceContext.CacheName |
|
get |
- Returns
- Cache name, possibly null.
| Guid Apache.Ignite.Core.Services.IServiceContext.ExecutionId |
|
get |
- Returns
- Service execution ID.
| bool Apache.Ignite.Core.Services.IServiceContext.IsCancelled |
|
get |
- Returns
- Flag indicating whether service has been cancelled or not.
| string Apache.Ignite.Core.Services.IServiceContext.Name |
|
get |