Edit

UnorderedAttribute Class

Definition

Caution

Message ordering is not guaranteed regardless of whether this attribute is used. This attribute has no effect.

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)]
[System.Obsolete("Message ordering is not guaranteed regardless of whether this attribute is used. This attribute has no effect.")]
public sealed class UnorderedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface)>]
type UnorderedAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface)>]
[<System.Obsolete("Message ordering is not guaranteed regardless of whether this attribute is used. This attribute has no effect.")>]
type UnorderedAttribute = class
    inherit Attribute
Public NotInheritable Class UnorderedAttribute
Inherits Attribute
Inheritance
UnorderedAttribute
Attributes

Remarks

This attribute has no effect and it may be removed in a future release.

Constructors

Name Description
UnorderedAttribute()

Applies to