Edit

Share via


UnorderedAttribute Class

Definition

The Unordered attribute is used to mark grain interface in which the delivery order of messages is not significant.

[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
Inheritance
UnorderedAttribute
Attributes

Constructors

UnorderedAttribute()

Applies to