OneWayAttribute Clase

Definición

Indica que un método en una interfaz específica es unidireccional y que no se enviará ningún mensaje de respuesta al autor de la llamada.

[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class OneWayAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
[Orleans.InvokableCustomInitializer("AddInvokeMethodOptions", Orleans.CodeGeneration.InvokeMethodOptions.OneWay)]
public sealed class OneWayAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type OneWayAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
[<Orleans.InvokableCustomInitializer("AddInvokeMethodOptions", Orleans.CodeGeneration.InvokeMethodOptions.OneWay)>]
type OneWayAttribute = class
    inherit Attribute
Public NotInheritable Class OneWayAttribute
Inherits Attribute
Herencia
OneWayAttribute
Atributos

Constructores

OneWayAttribute()

Indica que un método en una interfaz específica es unidireccional y que no se enviará ningún mensaje de respuesta al autor de la llamada.

Se aplica a