Method CreatePipeline
CreatePipeline(params Type[])
Create a new pipeline.
Declaration
public NetworkPipeline CreatePipeline(params Type[] stages)
Parameters
Type | Name | Description |
---|---|---|
Type[] | stages | An array of stages the pipeline should contain. |
Returns
Type | Description |
---|---|
NetworkPipeline | The newly-created NetworkPipeline. |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | If the driver is not created properly |
InvalidOperationException | A connection has already been established |