Method GetDynamicPort
GetDynamicPort<T>(string)
Gets the dynamic port.
Declaration
public T GetDynamicPort<T>(string name) where T : class
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Returns
| Type | Description |
|---|---|
| T | T. |
Type Parameters
| Name | Description |
|---|---|
| T |
GetDynamicPort(string)
Gets the dynamic port.
Declaration
public IPortType GetDynamicPort(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Returns
| Type | Description |
|---|---|
| IPortType | IPortType. |