C# representation of the JSON object returned to represent a Job status

Namespace: BrightstarDB.Dto
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class JobResponseModel : IJobInfo
Visual Basic
Public Class JobResponseModel
	Implements IJobInfo
Visual C++
public ref class JobResponseModel : IJobInfo
F#
type JobResponseModel =  
    class
        interface IJobInfo
    end

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Dto..::..JobResponseModel

See Also