Method GetStageId
GetStageId(Type)
Gets the stage id using the specified stage type
Declaration
public static NetworkPipelineStageId GetStageId(Type stageType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | stageType | The stage type |
Returns
| Type | Description |
|---|---|
| NetworkPipelineStageId | The network pipeline stage id |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Pipeline stage {stageType} is not registered |