Condividi tramite


OneWayAttribute Classe

Definizione

Indica che un metodo in un'interfaccia granulare è unidirezionale e che non verrà inviato alcun messaggio di risposta al chiamante.

[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
Ereditarietà
OneWayAttribute
Attributi

Costruttori

OneWayAttribute()

Indica che un metodo in un'interfaccia granulare è unidirezionale e che non verrà inviato alcun messaggio di risposta al chiamante.

Si applica a