Bahasa

MayInterleaveAttribute Kelas

Definisi

Atribut MayInterleaveAttribute digunakan untuk menandai kelas yang ingin mengontrol interleaving permintaan melalui panggilan balik metode yang disediakan.

[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
Warisan
MayInterleaveAttribute
Atribut
Penerapan

Keterangan

Nama metode panggilan balik harus menunjuk ke fungsi statis publik yang dideklarasikan pada kelas yang sama dan memiliki tanda tangan berikut: public static bool MayInterleave(IInvokable req)

Konstruktor

Nama Deskripsi
MayInterleaveAttribute(String)

Menginisialisasi instans baru kelas MayInterleaveAttribute.

Metode

Nama Deskripsi
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

Menambahkan properti biji-bijian ke properties.

Berlaku untuk