IActorProxy.ActorServicePartitionClient Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets IActorServicePartitionClient that this proxy is using to communicate with the actor.
public Microsoft.ServiceFabric.Actors.Remoting.V1.Client.IActorServicePartitionClient ActorServicePartitionClient { get; }
member this.ActorServicePartitionClient : Microsoft.ServiceFabric.Actors.Remoting.V1.Client.IActorServicePartitionClient
Public ReadOnly Property ActorServicePartitionClient As IActorServicePartitionClient
Property Value
IActorServicePartitionClient that this proxy is using to communicate with the actor.