clockType (ChannelPublishingType) 元素

记录每个事件的时间戳时要使用的时钟解析。

<xs:element name="clockType">
    <xs:simpleType>
        <xs:restriction
            base="string"
        >
            <xs:enumeration
                value="SystemTime"
             />
            <xs:enumeration
                value="QPC"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

clockType 元素由 ChannelPublishingType 复杂类型定义。

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]

另请参阅

父元素

发布 (ChannelType)