GrainInterfaceTypeAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt bei Anwendung auf eine Grain-Schnittstelle den GrainInterfaceTypean.
[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class GrainInterfaceTypeAttribute : Attribute, Orleans.Runtime.IGrainInterfaceTypeProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)>]
type GrainInterfaceTypeAttribute = class
inherit Attribute
interface IGrainInterfaceTypeProviderAttribute
Public NotInheritable Class GrainInterfaceTypeAttribute
Inherits Attribute
Implements IGrainInterfaceTypeProviderAttribute
- Vererbung
-
GrainInterfaceTypeAttribute
- Attribute
- Implementiert
Konstruktoren
GrainInterfaceTypeAttribute(String) |
Erstellt eine GrainInterfaceTypeAttribute-Instanz. |
Methoden
GetGrainInterfaceType(IServiceProvider, Type) |
Ruft den Bezeichner der Grain-Schnittstelle ab. |