Partager via


ActorReference.Bind(Type) Méthode

Définition

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 à