Interface IStickyOperationService
public interface IStickyOperationService
Methods
GetOperation<Top>(OperationId)
Top? GetOperation<Top>(OperationId operationId) where Top : StickyOperation
Parameters
operationId
OperationId
Returns
- Top
Type Parameters
Top
GetOperations(Type)
IList<StickyOperation> GetOperations(Type ofType)
Parameters
ofType
Type
Returns
GetOperations<Top>()
IList<Top> GetOperations<Top>() where Top : StickyOperation
Returns
- IList<Top>
Type Parameters
Top
StartOperation<Top>()
Task<Top> StartOperation<Top>() where Top : StickyOperation
Returns
- Task<Top>
Type Parameters
Top
StartOperation<Top>(object?)
Task<Top> StartOperation<Top>(object? Request) where Top : StickyOperation
Parameters
Request
object
Returns
- Task<Top>
Type Parameters
Top