C# Class NuGet.Services.Work.JobAttribute

Inheritance: System.Attribute
显示文件 Open project: NuGet/NuGet.Services.Work Class Usage Examples

Public Methods

Method Description
Get ( Type jobType ) : JobAttribute
JobAttribute ( string name ) : System
JobAttribute ( string name, Type eventProvider ) : System

Method Details

Get() public static method

public static Get ( Type jobType ) : JobAttribute
jobType System.Type
return JobAttribute

JobAttribute() public method

public JobAttribute ( string name ) : System
name string
return System

JobAttribute() public method

public JobAttribute ( string name, Type eventProvider ) : System
name string
eventProvider System.Type
return System