  | ITaskServerClientProtocolGetTaskProfileOutput Method  | 
 
            Gets the profile output for the specified task.
            
 
    Namespace: 
   Ookii.Jumbo.Jet
    Assembly:
   Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntaxstring GetTaskProfileOutput(
	Guid jobId,
	TaskAttemptId taskAttemptId
)
Function GetTaskProfileOutput ( 
	jobId As Guid,
	taskAttemptId As TaskAttemptId
) As String
String^ GetTaskProfileOutput(
	Guid jobId, 
	TaskAttemptId^ taskAttemptId
)
abstract GetTaskProfileOutput : 
        jobId : Guid * 
        taskAttemptId : TaskAttemptId -> string 
Parameters
- jobId
 - Type: SystemGuid
The job ID. - taskAttemptId
 - Type: Ookii.Jumbo.JetTaskAttemptId
The task attempt id. 
Return Value
Type: 
String
            The profile output, or 
 if it doesn't exist.
            
See Also