ScheduledJobAuthorizationManager.IsAuthorized Method (HttpRequestMessage, String)
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public bool IsAuthorized(
HttpRequestMessage request,
string jobName
)
public:
virtual bool IsAuthorized(
HttpRequestMessage^ request,
String^ jobName
) sealed
abstract IsAuthorized :
request:HttpRequestMessage *
jobName:string -> bool
override IsAuthorized :
request:HttpRequestMessage *
jobName:string -> bool
Public Function IsAuthorized (
request As HttpRequestMessage,
jobName As String
) As Boolean
Return Value
Type: System.Boolean
Implements
IScheduledJobAuthorizationManager.IsAuthorized(HttpRequestMessage, String)
See Also
ScheduledJobAuthorizationManager Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace
Return to top