C# Class DataSift.Rest.Pylon.Task

Afficher le fichier Open project: datasift/datasift-dotnet

Méthodes publiques

Méthode 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

Méthode Description
Task ( DataSiftClient client ) : System

Method Details

Create() public méthode

public Create ( string service, string recordingId, string name, string type, dynamic parameters ) : RestAPIResponse
service string
recordingId string
name string
type string
parameters dynamic
Résultat RestAPIResponse

Get() public méthode

public Get ( string service, string taskId = null, int page = null, int perPage = null ) : RestAPIResponse
service string
taskId string
page int
perPage int
Résultat RestAPIResponse