Table of Contents

Class Completable

Namespace
OpenServiceBroker
Assembly
OpenServiceBroker.Model.dll
public static class Completable
Inheritance
Completable
Inherited Members

Methods

Complete<TCompletable>(TCompletable)

Marks an operation as already completed synchronously.

public static TCompletable Complete<TCompletable>(this TCompletable completable) where TCompletable : ICompletable

Parameters

completable TCompletable

The operation to mark.

Returns

TCompletable

completable for fluent-style use.

Type Parameters

TCompletable