ActorReference.Bind(Type) 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.
Crée un ActorProxy qui implémente une interface d’acteur pour l’acteur à l’aide de la Microsoft.ServiceFabric.Actors.Client.ActorProxyFactory.CreateActorProxy(System.Type,System.Uri,Microsoft.ServiceFabric.Actors.ActorId,System.String) méthode .
public object Bind (Type actorInterfaceType);
abstract member Bind : Type -> obj
override this.Bind : Type -> obj
Public Function Bind (actorInterfaceType As Type) As Object
Paramètres
- actorInterfaceType
- Type
Interface d’acteur pour le créé ActorProxy à implémenter.
Retours
Objet proxy d’acteur qui implémente IActorProxy et TActorInterface.
S’applique à
Azure SDK for .NET