IAmbiguousActorIdResolver.TryResolveActorIdAndStateName 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.
Resolves actor id from storage key.
public bool TryResolveActorIdAndStateName (string key, out string actorId);
abstract member TryResolveActorIdAndStateName : string * string -> bool
Public Function TryResolveActorIdAndStateName (key As String, ByRef actorId As String) As Boolean
Parameters
- key
- String
Underscore delimited actor id and state name(Ex, MyActorId_MyStateName)
- actorId
- String
Resolved Actor id.
Returns
True if resolved, false otherwise.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET