IHubActivator<THub> Interface
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.
Abstraction Hub de l’activateur.
generic <typename THub>
where THub : Hubpublic interface class IHubActivator
public interface IHubActivator<THub> where THub : Hub
type IHubActivator<'Hub (requires 'Hub :> Hub)> = interface
Public Interface IHubActivator(Of THub)
Paramètres de type
- THub
Type de hub.
Méthodes
Create() |
Crée un hub. |
Release(THub) |
Libère le hub spécifié. |