你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ActorProxy Interface

public interface ActorProxy

Provides the interface for implementation of proxy access for actor service.

Method Summary

Modifier and Type Method and Description
ActorId getActorId()

Gets ActorId associated with the proxy object.

ActorServicePartitionClientImpl getActorServicePartitionClient()

Gets microsoft.servicefabric.actors.remoting.client.internal.ActorServicePartitionClientImpl that this proxy is using to communicate with the actor.

Method Details

getActorId

public ActorId getActorId()

Gets ActorId associated with the proxy object.

Returns:

ActorId associated with the proxy object.

getActorServicePartitionClient

public ActorServicePartitionClientImpl getActorServicePartitionClient()

Gets microsoft.servicefabric.actors.remoting.client.internal.ActorServicePartitionClientImpl that this proxy is using to communicate with the actor.

Returns:

microsoft.servicefabric.actors.remoting.client.internal.ActorServicePartitionClientImpl that this proxy is using to communicate with the actor.

Applies to