SiloAddress.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.
Create a new SiloAddress object by parsing string in a standard form returned from ToParsableString
method.
public static Orleans.Runtime.SiloAddress FromParsableString (string addr);
static member FromParsableString : string -> Orleans.Runtime.SiloAddress
Public Shared Function FromParsableString (addr As String) As SiloAddress
Parameters
- addr
- String
String containing the SiloAddress info to be parsed.
Returns
New SiloAddress object created from the input data.