ActorReference 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.
Encapsulation of a reference to an actor for serialization.
[System.Runtime.Serialization.DataContract(Name="ActorReference", Namespace="urn:actors")]
public sealed class ActorReference
type ActorReference = class
interface IActorReference
Public NotInheritable Class ActorReference
- Inheritance
-
System.ObjectActorReference
- Attributes
-
System.Runtime.Serialization.DataContractAttribute
Constructors
ActorReference() |
Initializes a new instance of the ActorReference class. |
Properties
ActorId |
Gets or sets the ActorId of the actor. |
ListenerName |
Gets or sets the name of the listener in the actor service to use when communicating with the actor service. |
ServiceUri |
Gets Uri of the actor service that hosts the actor in service fabric cluster. |
Methods
Bind(Type) |
Creates an ActorProxy that implements an actor interface for the actor using the Microsoft.ServiceFabric.Actors.Client.ActorProxyFactory.CreateActorProxy(System.Type,System.Uri,Microsoft.ServiceFabric.Actors.ActorId,System.String) method. |
Get(Object) |
Gets ActorReference for the actor. |