MayInterleaveAttribute 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.
L'attributo MayInterleaveAttribute viene usato per contrassegnare le classi che vogliono controllare l'interleaving delle richieste tramite il callback del metodo fornito.
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MayInterleaveAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MayInterleaveAttribute = class
inherit Attribute
interface IGrainPropertiesProviderAttribute
Public NotInheritable Class MayInterleaveAttribute
Inherits Attribute
Public NotInheritable Class MayInterleaveAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
- Ereditarietà
-
MayInterleaveAttribute
- Attributi
- Implementazioni
Commenti
Il nome del metodo di callback deve puntare a una funzione statica pubblica dichiarata nella stessa classe e con la firma seguente: public static bool MayInterleave(IInvokable req)
Costruttori
MayInterleaveAttribute(String) |
Inizializza una nuova istanza della classe MayInterleaveAttribute. |
Metodi
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
Aggiunge proprietà granulari a |