  | IJobServerTaskProtocolNotifyStartPartitionProcessing Method | 
            Notifies the job server that a task is about to start processing the specified partition.
            
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxbool NotifyStartPartitionProcessing(
	Guid jobId,
	TaskId taskId,
	int partitionNumber
)
Function NotifyStartPartitionProcessing ( 
	jobId As Guid,
	taskId As TaskId,
	partitionNumber As Integer
) As Boolean
bool NotifyStartPartitionProcessing(
	Guid jobId, 
	TaskId^ taskId, 
	int partitionNumber
)
abstract NotifyStartPartitionProcessing : 
        jobId : Guid * 
        taskId : TaskId * 
        partitionNumber : int -> bool Parameters
- jobId  Guid
 - The job ID.
 - taskId  TaskId
 - The task ID.
 - partitionNumber  Int32
 - The partition number.
 
Return Value
Boolean if the task should start processing the partition; 
 if it has been reassigned to another task.
Remarks
See Also