AddChannel

AddChannel<T>(string, T)

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

Guarda anche


AddChannel(string, object)

Aggiunge la proprietà del canale specificata.

public bool AddChannel(string name, object value)
ParametroTipoDescrizione
nameStringNome.
valueObjectValore.

Valore di ritorno

true, se è stato aggiunto il canale, false in caso contrario.

Guarda anche


AddChannel(string, Type, object)

Aggiunge la proprietà del canale specificata.

public bool AddChannel(string name, Type type, object value)
ParametroTipoDescrizione
nameStringNome.
typeTypeTipo.
valueObjectValore.

Valore di ritorno

true, se è stato aggiunto il canale, false in caso contrario.

Guarda anche