UnorderedAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |