 | BackgroundCopyManagerCreateJob Method |
Creates a transfer job.
Namespace:
usis.Net.Bits
Assembly:
usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntaxpublic BackgroundCopyJob CreateJob(
string displayName,
BackgroundCopyJobType type
)
Public Function CreateJob (
displayName As String,
type As BackgroundCopyJobType
) As BackgroundCopyJob
public:
BackgroundCopyJob^ CreateJob(
String^ displayName,
BackgroundCopyJobType type
)
member CreateJob :
displayName : string *
type : BackgroundCopyJobType -> BackgroundCopyJob
Parameters
- displayName
- Type: SystemString
A 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 null. The name is limited to 256 characters. - type
- Type: usis.Net.BitsBackgroundCopyJobType
The type of transfer job.
Return Value
Type:
BackgroundCopyJob
An instance of the
BackgroundCopyJob class
that represent the newly created job.
Exceptions
See Also