C# Class Microsoft.AspNet.WebHooks.WebHookWorkItem

A work item represents the act of firing a single WebHook with one or more notifications.
Exibir arquivo Open project: aspnet/WebHooks Class Usage Examples

Public Methods

Method Description
WebHookWorkItem ( WebHook webHook, IEnumerable notifications ) : System

Initializes a new instance of the WebHookWorkItem with the given notifications.

Method Details

WebHookWorkItem() public method

Initializes a new instance of the WebHookWorkItem with the given notifications.
public WebHookWorkItem ( WebHook webHook, IEnumerable notifications ) : System
webHook WebHook
notifications IEnumerable
return System