ActorServiceProxy Class
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.
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
| Name | Description |
|---|---|
| ActorServiceProxy() |
Initializes a new instance of the ActorServiceProxy class. |
Methods
| Name | Description |
|---|---|
| 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. |