C# Class NuGet.Services.Work.JobDispatcherFacts.TestJob

Inheritance: JobHandlerBase
显示文件 Open project: NuGet/NuGet.Services.Work

Public Methods

Method Description
GetEventSources ( ) : IEnumerable
GetTestResult ( ) : InvocationResult
SetTestResult ( InvocationResult value ) : void

Protected Methods

Method Description
Invoke ( ) : Task

Method Details

GetEventSources() public method

public GetEventSources ( ) : IEnumerable
return IEnumerable

GetTestResult() public static method

public static GetTestResult ( ) : InvocationResult
return InvocationResult

Invoke() protected method

protected Invoke ( ) : Task
return Task

SetTestResult() public static method

public static SetTestResult ( InvocationResult value ) : void
value InvocationResult
return void