C# 클래스 System.Reactive.IronMQ.Client

파일 보기 프로젝트 열기: Applied-Duality/IronMQ 1 사용 예제들

공개 메소드들

메소드 설명
Client ( string applicationID, string oauthToken, Cloud cloud = Cloud.AWS ) : System.Json
CreateOrGetQueueAsync ( string name = null ) : Task

Get existing queue or create a new queue if it does not exist yet. If no name is given, a new name is generated.

ListQueues ( int startPage, int pageSize = 30 ) : IObservable

Get a list of all queues in a project. By default, 30 queues are fetched at a time. Up to 100 queues may be listed on a single page.

메소드 상세

Client() 공개 메소드

public Client ( string applicationID, string oauthToken, Cloud cloud = Cloud.AWS ) : System.Json
applicationID string
oauthToken string
cloud Cloud
리턴 System.Json

CreateOrGetQueueAsync() 공개 메소드

Get existing queue or create a new queue if it does not exist yet. If no name is given, a new name is generated.
public CreateOrGetQueueAsync ( string name = null ) : Task
name string
리턴 Task

ListQueues() 공개 메소드

Get a list of all queues in a project. By default, 30 queues are fetched at a time. Up to 100 queues may be listed on a single page.
public ListQueues ( int startPage, int pageSize = 30 ) : IObservable
startPage int
pageSize int
리턴 IObservable