Add a task to the table.
            
        
    Namespace: 
   CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public void AddTask( Guid jobId ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub AddTask ( _ jobId As Guid _ ) | 
| Visual C++ | 
|---|
| public: void AddTask( Guid jobId ) | 
Parameters
- jobId
- Type: System..::.Guid
 Identifier of the new task
 
     
     
     
     
    