UnorderedAttribute クラス

定義

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 属性は、メッセージの配信順序が重要ではないグレイン インターフェイスをマークするために使用されます。

適用対象