Redigera

Dela via


Channel.CreateUnboundedPrioritized Method

Definition

Overloads

CreateUnboundedPrioritized<T>()
CreateUnboundedPrioritized<T>(UnboundedPrioritizedChannelOptions<T>)

CreateUnboundedPrioritized<T>()

public:
generic <typename T>
 static System::Threading::Channels::Channel<T> ^ CreateUnboundedPrioritized();
public static System.Threading.Channels.Channel<T> CreateUnboundedPrioritized<T> ();
static member CreateUnboundedPrioritized : unit -> System.Threading.Channels.Channel<'T>
Public Shared Function CreateUnboundedPrioritized(Of T) () As Channel(Of T)

Type Parameters

T

Returns

Applies to

CreateUnboundedPrioritized<T>(UnboundedPrioritizedChannelOptions<T>)

public:
generic <typename T>
 static System::Threading::Channels::Channel<T> ^ CreateUnboundedPrioritized(System::Threading::Channels::UnboundedPrioritizedChannelOptions<T> ^ options);
public static System.Threading.Channels.Channel<T> CreateUnboundedPrioritized<T> (System.Threading.Channels.UnboundedPrioritizedChannelOptions<T> options);
static member CreateUnboundedPrioritized : System.Threading.Channels.UnboundedPrioritizedChannelOptions<'T> -> System.Threading.Channels.Channel<'T>
Public Shared Function CreateUnboundedPrioritized(Of T) (options As UnboundedPrioritizedChannelOptions(Of T)) As Channel(Of T)

Type Parameters

T

Parameters

Returns

Applies to