次の方法で共有


ActorReference.Bind(Type) メソッド

定義

メソッドを ActorProxy 使用してアクターのアクター インターフェイスを実装する を Microsoft.ServiceFabric.Actors.Client.ActorProxyFactory.CreateActorProxy(System.Type,System.Uri,Microsoft.ServiceFabric.Actors.ActorId,System.String) 作成します。

public object Bind (Type actorInterfaceType);
abstract member Bind : Type -> obj
override this.Bind : Type -> obj
Public Function Bind (actorInterfaceType As Type) As Object

パラメーター

actorInterfaceType
Type

を実装するために作成された ActorProxy のアクター インターフェイス。

戻り値

および TActorInterface を実装する IActorProxy アクター プロキシ オブジェクト。

適用対象