ITookanGetTaskDetail Method (String) | 
 
            Get the task detail for the specified order.
            
 
    Namespace: 
   NetQuarry.Services
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
SyntaxTookanGetTaskDetailResponse GetTaskDetail(
	string orderId
)
Function GetTaskDetail ( 
	orderId As String
) As TookanGetTaskDetailResponse
Parameters
- orderId
 - Type: SystemString
This will be set by you. 
Return Value
Type: 
TookanGetTaskDetailResponseThe response object.
See Also