IScheduledJobAuthorizationManager Interface

Definition

Provides an abstraction for authorizing requests for executing IScheduledJob instances.

public interface IScheduledJobAuthorizationManager
type IScheduledJobAuthorizationManager = interface
Public Interface IScheduledJobAuthorizationManager
Derived

Methods

IsAuthorized(HttpRequestMessage, String)

Determines whether a particular HttpRequestMessage is authorized to initiate the IScheduledJob identified by the jobName.

Applies to