IScheduledJobAuthorizationManager Interface

 

Provides an abstraction for authorizing requests for executing IScheduledJob instances.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public interface IScheduledJobAuthorizationManager

NameDescription
System_CAPS_pubmethodIsAuthorized(HttpRequestMessage, String)

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

Return to top
Show: