次の方法で共有


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, 
    usigned long long tickCount, 
    Nullable<DateTime> syncTime, 
    FeedClockVectorElementOptions flags
)
public FeedClockVectorElement (
    UInt32 replicaKey, 
    UInt64 tickCount, 
    Nullable<DateTime> syncTime, 
    FeedClockVectorElementOptions flags
)
public function FeedClockVectorElement (
    replicaKey : uint, 
    tickCount : ulong, 
    syncTime : Nullable<DateTime>, 
    flags : FeedClockVectorElementOptions
)

パラメータ

  • replicaKey
    このクロック ベクタ要素によって追跡されるレプリカのレプリカ キーです。
  • tickCount
    このクロック ベクタ要素に含まれるティック数の範囲の上限を定義するティック数です。
  • syncTime
    項目の when 値に対応する同期時間の値です。
  • flags
    要素に関する追加情報を指定するフラグ。

参照

リファレンス

FeedClockVectorElement クラス
FeedClockVectorElement メンバ
Microsoft.Synchronization.FeedSync 名前空間