BindPoint.AddChannel

AddChannel<T>(string, T)

public bool AddChannel<T>(string name, T value)

See Also


AddChannel(string, object)

Adds the specified channel property.

public bool AddChannel(string name, object value)
ParameterTypeDescription
nameStringName.
valueObjectValue.

Return Value

true, if channel was added, false otherwise.

See Also


AddChannel(string, Type, object)

Adds the specified channel property.

public bool AddChannel(string name, Type type, object value)
ParameterTypeDescription
nameStringName.
typeTypeType.
valueObjectValue.

Return Value

true, if channel was added, false otherwise.

See Also