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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET