C# 클래스 paramore.brighter.commandprocessor.messaginggateway.restms.Feed

파일 보기 프로젝트 열기: iancooper/Paramore 1 사용 예제들

공개 메소드들

메소드 설명
EnsureFeedExists ( paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain ) : void

Ensures the feed exists.

Feed ( RestMSMessageGateway gateway ) : System

비공개 메소드들

메소드 설명
CreateFeed ( string domainUri, string name ) : paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain
IsFeedDeclared ( paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain, string feedName ) : bool

메소드 상세

EnsureFeedExists() 공개 메소드

Ensures the feed exists.
public EnsureFeedExists ( paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain domain ) : void
domain paramore.brighter.commandprocessor.messaginggateway.restms.Model.RestMSDomain The domain.
리턴 void

Feed() 공개 메소드

public Feed ( RestMSMessageGateway gateway ) : System
gateway RestMSMessageGateway
리턴 System