VersionedKey<TKey>(TKey, Int64) Constructor

Definition

Initializes a new instance of the VersionedKey structure with the specified key and sequence number.

public VersionedKey (TKey key, long sequenceNumber);
new Microsoft.ServiceFabric.Data.VersionedKey<'Key> : 'Key * int64 -> Microsoft.ServiceFabric.Data.VersionedKey<'Key>
Public Sub New (key As TKey, sequenceNumber As Long)

Parameters

key
TKey
sequenceNumber
Int64

Applies to