Activity.GetChannelData<TypeT> Metodo

Definizione

Ottiene i dati del canale per questa attività come oggetto fortemente tipizzato.

public TypeT GetChannelData<TypeT> ();
abstract member GetChannelData : unit -> 'ypeT
override this.GetChannelData : unit -> 'ypeT
Public Function GetChannelData(Of TypeT) () As TypeT

Parametri di tipo

TypeT

Tipo di oggetto da restituire.

Restituisce

TypeT

Oggetto fortemente tipizzato; o il valore predefinito del tipo, se è ChannelData Null.

Implementazioni

Si applica a

Vedi anche