C# Class DataSift.Rest.Pylon.Task

ファイルを表示 Open project: datasift/datasift-dotnet

Public Methods

Method Description
Create ( string service, string recordingId, string name, string type, dynamic parameters ) : RestAPIResponse
Get ( string service, string taskId = null, int page = null, int perPage = null ) : RestAPIResponse

Private Methods

Method Description
Task ( DataSiftClient client ) : System

Method Details

Create() public method

public Create ( string service, string recordingId, string name, string type, dynamic parameters ) : RestAPIResponse
service string
recordingId string
name string
type string
parameters dynamic
return RestAPIResponse

Get() public method

public Get ( string service, string taskId = null, int page = null, int perPage = null ) : RestAPIResponse
service string
taskId string
page int
perPage int
return RestAPIResponse