UnorderedAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Unordered 属性は、メッセージの配信順序が重要ではないグレイン インターフェイスをマークするために使用されます。
[System.AttributeUsage(System.AttributeTargets.Interface)]
public sealed class UnorderedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface)>]
type UnorderedAttribute = class
inherit Attribute
Public NotInheritable Class UnorderedAttribute
Inherits Attribute
- 継承
-
UnorderedAttribute
- 属性
コンストラクター
UnorderedAttribute() |
Unordered 属性は、メッセージの配信順序が重要ではないグレイン インターフェイスをマークするために使用されます。 |