SyncId 构造函数 (SyncGlobalId)

初始化 SyncId 类的一个包含指定全局 ID 的新实例。

命名空间:  Microsoft.Synchronization
程序集:  Microsoft.Synchronization(在 Microsoft.Synchronization.dll 中)

语法

声明
Public Sub New ( _
    id As SyncGlobalId _
)
用法
Dim id As SyncGlobalId

Dim instance As New SyncId(id)
public SyncId(
    SyncGlobalId id
)
public:
SyncId(
    SyncGlobalId^ id
)
new : 
        id:SyncGlobalId -> SyncId
public function SyncId(
    id : SyncGlobalId
)

参数

异常

异常 条件
ArgumentNullException

id 为 null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) 。

注释

这种形式的构造函数创建一个数组形式的固定长度 ID,该数组包含对 id 调用 GetBytes 的结果。

请参阅

参考

SyncId类

SyncId 成员

SyncId 重载

Microsoft.Synchronization 命名空间