Interface IProgressPollingJob
Extended polling job interface that exposes progress and status information without requiring a reference to provider-specific job types.
Namespace: Glitch9.IO
Assembly: Glitch9.IO.dll
Syntax
public interface IProgressPollingJob : IPollingJob
Properties
| Edit this page View SourceProgress
Declaration
int? Progress { get; }
Property Value
| Type | Description |
|---|---|
| int? |
Status
Declaration
string Status { get; }
Property Value
| Type | Description |
|---|---|
| string |