C# 클래스 Precog.Client.AsyncQuery

Represents the identifier for an asynchronous query (see PrecogClient.QueryAsync).
파일 보기 프로젝트 열기: precog/precog_dotnet_client

공개 메소드들

메소드 설명
AsyncQuery ( )

Construct an empty AsyncQuery result.

AsyncQuery ( string jobId )

Construct an AsyncQuery result with the specified id.

메소드 상세

AsyncQuery() 공개 메소드

Construct an empty AsyncQuery result.
public AsyncQuery ( )

AsyncQuery() 공개 메소드

Construct an AsyncQuery result with the specified id.
public AsyncQuery ( string jobId )
jobId string