C# 클래스 Microsoft.AspNet.WebHooks.WebHookWorkItem

A work item represents the act of firing a single WebHook with one or more notifications.
파일 보기 프로젝트 열기: aspnet/WebHooks 1 사용 예제들

공개 메소드들

메소드 설명
WebHookWorkItem ( WebHook webHook, IEnumerable notifications ) : System

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

메소드 상세

WebHookWorkItem() 공개 메소드

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