IActivity.GetChannelData<TypeT> Method

Definition

Gets the channel data as strongly typed object.

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

Type Parameters

TypeT

The expected type of the object.

Returns

TypeT

The strongly typed channel data.

Applies to