Condividi tramite


MayInterleaveAttribute Classe

Definizione

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 properties.

Si applica a