Microsoft.ServiceFabric.Actors.Client Namespace
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.
Classes
ActorProxy |
Provides the base implementation for the proxy to the remote actor objects implementing IActor interfaces. The proxy object can be used used for client-to-actor and actor-to-actor communication. |
ActorProxyEventExtensions |
Contains extension methods related to actor events. |
ActorProxyFactory |
Represents a factory class to create a proxy to the remote actor objects. |
ActorServiceProxy |
Provides a Proxy used by clients to interact with the actor service running in a Service Fabric cluster and perform actor service level operations. |
Interfaces
IActorProxy |
Provides the interface for implementation of proxy access for actor service. |
IActorProxyFactory |
Defines the interface containing methods to create actor proxy factory class. |
Azure SDK for .NET