Skip to the content.

PipeAndFilter API:IPipeAndFilterService

Build License NuGet Downloads

Back to List Api

IPipeAndFilterService<T>

Namespace: PipeFilterCore

Represents the commands for create a instance.

public interface IPipeAndFilterService<T>

Type Parameters

T
Type of contract.

Properties

ServiceId

The service id for this type.

public abstract string ServiceId { get; }

Property Value

String

Methods

Create()

Create a instance.

IPipeAndFilterInit<T> Create()

Returns

IPipeAndFilterInit<T>


Back to List Api