Property | Type | Description | |
---|---|---|---|
AddFiles | void | ||
BitsJob | System | ||
Dispose | void | ||
JobError | void | ||
JobModified | void | ||
JobTransferred | void | ||
PublishException | void |
Method | Description | |
---|---|---|
AddFile ( |
Adds the file.
|
|
AddFile ( string remoteName, string localName ) : void |
Adds the file.
|
|
AddFiles ( Collection |
Adds the files the current
|
|
Cancel ( ) : void |
Cancels the
|
|
Complete ( ) : void |
Completes and removes the
|
|
Dispose ( ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
EnumerateFiles ( ) : void |
Enumerate the
|
|
Resume ( ) : void |
Resumes the
|
|
Suspend ( ) : void |
Suspends the
|
|
TakeOwnership ( ) : void |
Takes the ownership.
|
Method | Description | |
---|---|---|
AddFiles ( BGFileInfo files ) : void |
Adds the files to the current job.
|
|
BitsJob ( |
Initializes a new instance of the BitsJob class.
|
|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
JobError ( object sender, |
Fires the event when the job has occurred an error.
|
|
JobModified ( object sender ) : void |
Fires the event when the job has been modified.
|
|
JobTransferred ( object sender ) : void |
Fires the event when the job has transferred.
|
|
PublishException ( |
Publishes the exception.
|
public AddFile ( |
||
fileInfo | The file info. | |
return | void |
public AddFile ( string remoteName, string localName ) : void | ||
remoteName | string | Name of the remote. |
localName | string | Name of the local. |
return | void |
public AddFiles ( Collection |
||
files | Collection |
The files. |
return | void |