Utils.ToGatewayAddress(Uri) Method

Definition

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

Returns

Applies to