AddChannel

AddChannel<T>(string, T)

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

Voir également


AddChannel(string, object)

Ajoute la propriété de canal spécifiée.

public bool AddChannel(string name, object value)
ParamètreTaperLa description
nameStringNom.
valueObjectÉvaluer.

Return_Value

vrai, si le canal a été ajouté, faux sinon.

Voir également


AddChannel(string, Type, object)

Ajoute la propriété de canal spécifiée.

public bool AddChannel(string name, Type type, object value)
ParamètreTaperLa description
nameStringNom.
typeTypeTaper.
valueObjectÉvaluer.

Return_Value

vrai, si le canal a été ajouté, faux sinon.

Voir également