SiloAddress.NewLocalAddress(Int32) 方法

定义

用于在此计算机上创建具有指定代号的接收器的新 SiloAddresses 的工厂。

public static Orleans.Runtime.SiloAddress NewLocalAddress (int gen);
static member NewLocalAddress : int -> Orleans.Runtime.SiloAddress
Public Shared Function NewLocalAddress (gen As Integer) As SiloAddress

参数

gen
Int32

接收器的生成数。

返回

使用非环回本地 IP 地址和指定的接收器生成初始化的 SiloAddress 对象。

适用于