IAmbiguousActorIdResolver.TryResolveActorIdAndStateName Method

Definition

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