C# Class NuGet.Services.Work.JobAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: NuGet/NuGet.Services.Work Class Usage Examples

Méthodes publiques

Méthode Description
Get ( Type jobType ) : JobAttribute
JobAttribute ( string name ) : System
JobAttribute ( string name, Type eventProvider ) : System

Method Details

Get() public static méthode

public static Get ( Type jobType ) : JobAttribute
jobType System.Type
Résultat JobAttribute

JobAttribute() public méthode

public JobAttribute ( string name ) : System
name string
Résultat System

JobAttribute() public méthode

public JobAttribute ( string name, Type eventProvider ) : System
name string
eventProvider System.Type
Résultat System