C# Class RealCrowd.PublishControl.PublishControlSet

Show file Open project: realcrowd/grip.net Class Usage Examples

Public Methods

Method Description
Add ( PublishControl publishControl ) : void
ApplyConfiguration ( Configuration config ) : void
Clear ( ) : void
PublishAsync ( string channel, Item item ) : System.Threading.Tasks.Task

Method Details

Add() public method

public Add ( PublishControl publishControl ) : void
publishControl PublishControl
return void

ApplyConfiguration() public method

public ApplyConfiguration ( Configuration config ) : void
config Configuration
return void

Clear() public method

public Clear ( ) : void
return void

PublishAsync() public method

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