ActivationId.FromParsableString(String) 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.
Parses a string representation of an activation id which was created using ToParsableString().
public static Orleans.Runtime.ActivationId FromParsableString (string activationId);
static member FromParsableString : string -> Orleans.Runtime.ActivationId
Public Shared Function FromParsableString (activationId As String) As ActivationId
Parameters
- activationId
- String
The string representation of the activation id.
Returns
The activation id.