Utils.ToGatewayAddress(Uri) 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.
Parse a Uri as a Silo address, excluding the generation identifier.
public static Orleans.Runtime.SiloAddress ToGatewayAddress (this Uri uri);
public static Orleans.Runtime.SiloAddress? ToGatewayAddress (this Uri uri);
static member ToGatewayAddress : Uri -> Orleans.Runtime.SiloAddress
<Extension()>
Public Function ToGatewayAddress (uri As Uri) As SiloAddress
Parameters
- uri
- Uri
The input Uri