GrainReferenceKeyInfo Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
GrainReferenceKeyInfo(ValueTuple<UInt64,UInt64,UInt64,String>)
- Исходный код:
- GrainReferenceKeyInfo.cs
public GrainReferenceKeyInfo((ulong, ulong, ulong, string) key);
new Orleans.Serialization.GrainReferenceKeyInfo : ValueTuple<uint64, uint64, uint64, string> -> Orleans.Serialization.GrainReferenceKeyInfo
Public Sub New (key As ValueTuple(Of ULong, ULong, ULong, String))
Параметры
- key
- ValueTuple<UInt64,UInt64,UInt64,String>
Применяется к
GrainReferenceKeyInfo(ValueTuple<UInt64,UInt64,UInt64,String>, Guid)
- Исходный код:
- GrainReferenceKeyInfo.cs
public GrainReferenceKeyInfo((ulong, ulong, ulong, string) key, Guid observerId);
new Orleans.Serialization.GrainReferenceKeyInfo : ValueTuple<uint64, uint64, uint64, string> * Guid -> Orleans.Serialization.GrainReferenceKeyInfo
Public Sub New (key As ValueTuple(Of ULong, ULong, ULong, String), observerId As Guid)
Параметры
- key
- ValueTuple<UInt64,UInt64,UInt64,String>
- observerId
- Guid
Применяется к
GrainReferenceKeyInfo(ValueTuple<UInt64,UInt64,UInt64,String>, String)
- Исходный код:
- GrainReferenceKeyInfo.cs
public GrainReferenceKeyInfo((ulong, ulong, ulong, string) key, string genericArgument);
new Orleans.Serialization.GrainReferenceKeyInfo : ValueTuple<uint64, uint64, uint64, string> * string -> Orleans.Serialization.GrainReferenceKeyInfo
Public Sub New (key As ValueTuple(Of ULong, ULong, ULong, String), genericArgument As String)
Параметры
- key
- ValueTuple<UInt64,UInt64,UInt64,String>
- genericArgument
- String
Применяется к
GrainReferenceKeyInfo(ValueTuple<UInt64,UInt64,UInt64,String>, ValueTuple<IPEndPoint,Int32>)
- Исходный код:
- GrainReferenceKeyInfo.cs
public GrainReferenceKeyInfo((ulong, ulong, ulong, string) key,(System.Net.IPEndPoint endpoint, int generation) targetSilo);
new Orleans.Serialization.GrainReferenceKeyInfo : ValueTuple<uint64, uint64, uint64, string> * ValueTuple<System.Net.IPEndPoint, int> -> Orleans.Serialization.GrainReferenceKeyInfo
Public Sub New (key As ValueTuple(Of ULong, ULong, ULong, String), targetSilo As ValueTuple(Of IPEndPoint, Integer))
Параметры
- key
- ValueTuple<UInt64,UInt64,UInt64,String>
- targetSilo
- ValueTuple<IPEndPoint,Int32>