ClientStreamingExtensions.GetStreamProvider(IClusterClient, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le fournisseur de flux avec le spécifié name
.
public static Orleans.Streams.IStreamProvider GetStreamProvider (this Orleans.IClusterClient client, string name);
static member GetStreamProvider : Orleans.IClusterClient * string -> Orleans.Streams.IStreamProvider
<Extension()>
Public Function GetStreamProvider (client As IClusterClient, name As String) As IStreamProvider
Paramètres
- client
- IClusterClient
Client.
- name
- String
Nom du fournisseur.
Retours
Fournisseur de flux de données.