Class CompletableWithResult
- Namespace
- OpenServiceBroker
- Assembly
- OpenServiceBroker.Model.dll
public static class CompletableWithResult
- Inheritance
-
CompletableWithResult
- Inherited Members
Methods
Complete<TCompletable, TResult>(TCompletable, TResult?)
Marks an operation as already completed synchronously.
public static TCompletable Complete<TCompletable, TResult>(this TCompletable completable, TResult? result) where TCompletable : ICompletableWithResult<TResult> where TResult : class
Parameters
completableTCompletableThe operation to mark.
resultTResultThe result of the operation.
Returns
- TCompletable
completablefor fluent-style use.
Type Parameters
TCompletableTResult