OneWayAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |