ActorServiceProxy Class

Definition

Provides a Proxy used by clients to interact with the actor service running in a Service Fabric cluster and perform actor service level operations.

public sealed class ActorServiceProxy
type ActorServiceProxy = class
Public NotInheritable Class ActorServiceProxy
Inheritance
ActorServiceProxy

Constructors

ActorServiceProxy()

Initializes a new instance of the ActorServiceProxy class.

Methods

Create(Uri, ActorId, String)

Creates a proxy to the actor service that is hosting the specified type of actor and implementing the specified type of the service interface.

Create(Uri, Int64, String)

Creates a proxy to the actor service that is hosting the specified type of actor and implementing the specified type of the service interface.

Create<TServiceInterface>(Uri, ActorId, String)

Creates a proxy to the actor service that is hosting the specified type of actor and implementing the specified type of the service interface.

Create<TServiceInterface>(Uri, Int64, String)

Creates a proxy to the actor service that is hosting the specified type of actor and implementing the specified type of the service interface.

Applies to