 | BackgroundCopyManagerGetJob Method (Guid) |
Retrieves a given job from the transfer queue.
Namespace:
usis.Net.Bits
Assembly:
usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntaxpublic BackgroundCopyJob GetJob(
Guid jobId
)
Public Function GetJob (
jobId As Guid
) As BackgroundCopyJob
public:
BackgroundCopyJob^ GetJob(
Guid jobId
)
member GetJob :
jobId : Guid -> BackgroundCopyJob
Parameters
- jobId
- Type: SystemGuid
A Guid that identifies the job to retrieve from the transfer queue.
Return Value
Type:
BackgroundCopyJob
A
BackgroundCopyJob object that represents the job specified by
jobId.
Exceptions
See Also