|  | IJobServerTaskProtocol Interface | 
Namespace: Ookii.Jumbo.Jet
 Syntax
SyntaxThe IJobServerTaskProtocol type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetAdditionalPartitions | 
            Gets additional partitions for a task that has finished processing all its current partitions.
             | 
|  | GetPartitionsForTask | 
            Gets the partitions that are currently assigned to a task.
             | 
|  | NotifyStartPartitionProcessing | 
            Notifies the job server that a task is about to start processing the specified partition.
             | 
 Remarks
RemarksThis interface is used by the TaskExecutionUtility class. It shouldn't be used elsewhere.
 See Also
See Also