Click or drag to resize

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)
Syntax
public BackgroundCopyJob GetJob(
	Guid jobId
)

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
ExceptionCondition
ObjectDisposedExceptionThe method was called after the object was disposed.
BackgroundCopyExceptionAn error occured during a BITS method call.
See Also