ActorExtensions.GetActorId<TIActor>(TIActor) Method
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.
Gets ActorId for the actor.
public static Microsoft.ServiceFabric.Actors.ActorId GetActorId<TIActor> (this TIActor actor) where TIActor : Microsoft.ServiceFabric.Actors.IActor;
static member GetActorId : 'IActor -> Microsoft.ServiceFabric.Actors.ActorId (requires 'IActor :> Microsoft.ServiceFabric.Actors.IActor)
<Extension()>
Public Function GetActorId(Of TIActor As IActor) (actor As TIActor) As ActorId
Type Parameters
- TIActor
Actor interface type.
Parameters
- actor
- TIActor
Actor object to get ActorId for.
Returns
ActorId for the actor.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET