3.21.4.5 SetSubTaskStatus

The SetSubTaskStatus operation is used to provide the completion status and the percentage completion for a subtask.

 <wsdl:operation name="SetSubTaskStatus">
   <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamOperationWithProgressCallback/SetSubTaskStatus" message="ipam:IIpamOperationWithProgressCallback_SetSubTaskStatus_InputMessage" />
 </wsdl:operation>

This operation has only the input message and there is no output message associated with it. Upon receiving the message, the SetSubTaskStatus.SubTaskInstance is looked up in the local collection ProgressTracker.SubTasksStatus. The Progresstracker.SubTasksStatus.SubTaskInstance is then updated with the status, percent complete and the completion status indicated in the message.