FeedClockVectorElement コンストラクター
指定したレプリカ キー、ティック数、同期時間、オプション フラグを含む、FeedClockVectorElement クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (Microsoft.Synchronization.dll 内)
構文
'宣言
Public Sub New ( _
replicaKey As UInteger, _
tickCount As ULong, _
syncTime As Nullable(Of DateTime), _
flags As FeedClockVectorElementOptions _
)
'使用
Dim replicaKey As UInteger
Dim tickCount As ULong
Dim syncTime As Nullable(Of DateTime)
Dim flags As FeedClockVectorElementOptions
Dim instance As New FeedClockVectorElement(replicaKey, _
tickCount, syncTime, flags)
public FeedClockVectorElement(
uint replicaKey,
ulong tickCount,
Nullable<DateTime> syncTime,
FeedClockVectorElementOptions flags
)
public:
FeedClockVectorElement(
unsigned int replicaKey,
unsigned long long tickCount,
Nullable<DateTime> syncTime,
FeedClockVectorElementOptions flags
)
new :
replicaKey:uint32 *
tickCount:uint64 *
syncTime:Nullable<DateTime> *
flags:FeedClockVectorElementOptions -> FeedClockVectorElement
public function FeedClockVectorElement(
replicaKey : uint,
tickCount : ulong,
syncTime : Nullable<DateTime>,
flags : FeedClockVectorElementOptions
)
パラメーター
- replicaKey
型 : System. . :: . .UInt32
このクロック ベクター要素によって追跡されるレプリカのレプリカ キー。
- tickCount
型 : System. . :: . .UInt64
このクロック ベクター要素に含まれるティック数の範囲の上限を定義するティック数。
- syncTime
型 : System. . :: . .Nullable< (Of < ( <'DateTime> ) > ) >
項目の when 値に対応する同期時間の値。
- flags
型 : Microsoft.Synchronization.FeedSync. . :: . .FeedClockVectorElementOptions
要素に関する追加情報を指定するフラグ。