IActorProxyFactory Interface
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.
Defines the interface containing methods to create actor proxy factory class.
public interface IActorProxyFactory
type IActorProxyFactory = interface
Public Interface IActorProxyFactory
- Derived
Methods
CreateActorProxy<TActorInterface>(ActorId, String, String, String) |
Creates a proxy to the actor object that implements an actor interface. |
CreateActorProxy<TActorInterface>(Uri, ActorId, String) |
Creates a proxy to the actor object that implements an actor interface. |
CreateActorServiceProxy<TServiceInterface>(Uri, ActorId, String) |
Create a proxy to the actor service that is hosting the specified actor id and implementing specified type of the service interface. |
CreateActorServiceProxy<TServiceInterface>(Uri, Int64, String) |
Create a proxy to the actor service that is hosting the specified actor id and implementing specified type of the service interface. |
Applies to
Azure SDK for .NET