SiloAddress.New 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
New(IPEndPoint, Int32) |
用于使用指定的 IP 终结点地址和 silo 代号创建新的 SiloAddresses 的工厂。 |
New(IPAddress, Int32, Int32) |
用于使用指定的 IP 终结点地址和 silo 代号创建新的 SiloAddresses 的工厂。 |
New(IPEndPoint, Int32)
- Source:
- SiloAddress.cs
用于使用指定的 IP 终结点地址和 silo 代号创建新的 SiloAddresses 的工厂。
public static Orleans.Runtime.SiloAddress New (System.Net.IPEndPoint ep, int gen);
static member New : System.Net.IPEndPoint * int -> Orleans.Runtime.SiloAddress
Public Shared Function New (ep As IPEndPoint, gen As Integer) As SiloAddress
参数
- ep
- IPEndPoint
silo 的 IP 终结点地址。
- gen
- Int32
silo 的代号。
返回
SiloAddress 对象使用指定的地址和 silo 生成初始化。
适用于
New(IPAddress, Int32, Int32)
用于使用指定的 IP 终结点地址和 silo 代号创建新的 SiloAddresses 的工厂。
public static Orleans.Runtime.SiloAddress New (System.Net.IPAddress address, int port, int generation);
static member New : System.Net.IPAddress * int * int -> Orleans.Runtime.SiloAddress
Public Shared Function New (address As IPAddress, port As Integer, generation As Integer) As SiloAddress
参数
- address
- IPAddress
接收器的 IP 地址。
- port
- Int32
端口号
- generation
- Int32
silo 的代号。
返回
SiloAddress 对象使用指定的地址和 silo 生成初始化。