ZennoLab Assemblies Documentation
GetTaskInfo Method
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : GetTaskInfo Method
id

Type: System.Guid

Id of task to start.

Glossary Item Box

Get the information of task

Syntax

C# 
public static string GetTaskInfo( 
   Guid id
)

Parameters

id

Type: System.Guid

Id of task to start.

Return Value

Type: System.String

Task information in xml format.

Example

The following example shows call the GetTaskInfo method.
C#Copy Code
// Gets information of task from the known task's id
var task = ZennoPoster.GetTaskInfo(id);
PHPCopy Code
// Gets information of task from the known task's id
$task = ZennoPoster::GetTaskInfo($id);

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.