C# 클래스 DataSift.Rest.Pylon.Task

파일 보기 프로젝트 열기: datasift/datasift-dotnet

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Task ( DataSiftClient client ) : System

메소드 상세

Create() 공개 메소드

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

Get() 공개 메소드

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