C# Class RealCrowd.Grip.GripPublishControlSet

Inheritance: RealCrowd.PublishControl.PublishControlSet
Show file Open project: realcrowd/grip.net

Public Methods

Method Description
PublishAsync ( string channel, string id, string previousId, HttpResponseFormat responseFormat = null, HttpStreamFormat streamFormat = null ) : System.Threading.Tasks.Task

Method Details

PublishAsync() public method

public PublishAsync ( string channel, string id, string previousId, HttpResponseFormat responseFormat = null, HttpStreamFormat streamFormat = null ) : System.Threading.Tasks.Task
channel string
id string
previousId string
responseFormat HttpResponseFormat
streamFormat HttpStreamFormat
return System.Threading.Tasks.Task