Method | Description | |
---|---|---|
CreateJob ( INiJobHandler handler, INiJob &job ) : HResult | ||
Enqueue ( ) : HResult | ||
GetAllJobs ( ) : IList |
||
NiJobManager ( IServiceProvider serviceProvider ) : System | ||
ReportProgressChanged ( |
||
WaitForAll ( ) : HResult | ||
WaitForAll ( bool showDialog ) : HResult | ||
WaitForJob ( INiJob job ) : HResult |
Method | Description | |
---|---|---|
OnJobAdded ( |
||
OnJobRemoved ( |
||
OnProgressChanged ( |
||
ProcessJobs ( object state ) : void |
public CreateJob ( INiJobHandler handler, INiJob &job ) : HResult | ||
handler | INiJobHandler | |
job | INiJob | |
return | HResult |
public NiJobManager ( IServiceProvider serviceProvider ) : System | ||
serviceProvider | IServiceProvider | |
return | System |
public ReportProgressChanged ( |
||
job | ||
return | void |
public WaitForAll ( bool showDialog ) : HResult | ||
showDialog | bool | |
return | HResult |