UnorderedAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O atributo Não ordenado é usado para marcar a interface de granularidade na qual a ordem de entrega das mensagens não é significativa.
[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
- Herança
-
UnorderedAttribute
- Atributos
Construtores
UnorderedAttribute() |
O atributo Não ordenado é usado para marcar a interface de granularidade na qual a ordem de entrega das mensagens não é significativa. |