C# 클래스 RealCrowd.PublishControl.PublishControlSet

파일 보기 프로젝트 열기: realcrowd/grip.net 1 사용 예제들

공개 메소드들

메소드 설명
Add ( PublishControl publishControl ) : void
ApplyConfiguration ( Configuration config ) : void
Clear ( ) : void
PublishAsync ( string channel, Item item ) : System.Threading.Tasks.Task

메소드 상세

Add() 공개 메소드

public Add ( PublishControl publishControl ) : void
publishControl PublishControl
리턴 void

ApplyConfiguration() 공개 메소드

public ApplyConfiguration ( Configuration config ) : void
config Configuration
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

PublishAsync() 공개 메소드

public PublishAsync ( string channel, Item item ) : System.Threading.Tasks.Task
channel string
item Item
리턴 System.Threading.Tasks.Task