Freigeben über


OneWayAttribute Klasse

Definition

Gibt an, dass eine Methode auf einer Grain-Schnittstelle unidirektioniert ist und keine Antwortnachricht an den Aufrufer gesendet wird.

[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
Vererbung
OneWayAttribute
Attribute

Konstruktoren

OneWayAttribute()

Gibt an, dass eine Methode auf einer Grain-Schnittstelle unidirektioniert ist und keine Antwortnachricht an den Aufrufer gesendet wird.

Gilt für: