PipeAndFilter API:IPipeAndFilterService
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
Methods
Create()
Create a instance.
IPipeAndFilterInit<T> Create()