Compartilhar via


StreamSubscriptionHandlerFactory.Create<T> Método

Definição

Cria um identificador de assinatura de fluxo para o fluxo e a assinatura identificados por essa instância.

public Orleans.Streams.StreamSubscriptionHandle<T> Create<T> ();
abstract member Create : unit -> Orleans.Streams.StreamSubscriptionHandle<'T>
override this.Create : unit -> Orleans.Streams.StreamSubscriptionHandle<'T>
Public Function Create(Of T) () As StreamSubscriptionHandle(Of T)

Parâmetros de tipo

T

O tipo de elemento stream.

Retornos

O novo identificador de assinatura de fluxo.

Implementações

Aplica-se a