Property | Type | Description | |
---|---|---|---|
Dispose | void | ||
GetErrorDescription | string | ||
NotificationHandlerOnJobErrorEvent | void | ||
NotificationHandlerOnJobModifiedEvent | void | ||
NotificationHandlerOnJobTransferredEvent | void | ||
NotifyOnJobRemoval | void | ||
PublishException | void |
Method | Description | |
---|---|---|
BitsManager ( ) : System |
Initializes a new instance of the BitsManager class.
|
|
CreateJob ( string displayName, JobType jobType ) : |
Creates a new transfer job.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
EnumJobs ( JobOwner jobOwner = JobOwner.CurrentUser ) : void |
Enumerates the collection of
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
GetErrorDescription ( int result ) : string |
Gets the error description.
|
|
NotificationHandlerOnJobErrorEvent ( object sender, |
Notifications the handler on job error event.
|
|
NotificationHandlerOnJobModifiedEvent ( object sender, |
Notifications the handler on job modified event.
|
|
NotificationHandlerOnJobTransferredEvent ( object sender, |
Notifications the handler on job transferred event.
|
|
NotifyOnJobRemoval ( |
Notifies the on job removal.
|
|
PublishException ( |
Publishes the exception.
|
public CreateJob ( string displayName, JobType jobType ) : |
||
displayName | string | Null-terminated string that contains a display name for the job. Typically, the display name is used to identify the job in a user interface. Note that more than one job may have the same display name. Must not be |
jobType | JobType | Type of transfer job, such as |
return |
public EnumJobs ( JobOwner jobOwner = JobOwner.CurrentUser ) : void | ||
jobOwner | JobOwner | The job owner. |
return | void |