WellKnownProtectedOperations.CreateRunTask Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new ProtectedOperation that represents a RunTask operation.
public:
static Microsoft::ServiceHub::Framework::Services::ProtectedOperation ^ CreateRunTask();
public static Microsoft.ServiceHub.Framework.Services.ProtectedOperation CreateRunTask ();
static member CreateRunTask : unit -> Microsoft.ServiceHub.Framework.Services.ProtectedOperation
Public Shared Function CreateRunTask () As ProtectedOperation
Returns
An instance of ProtectedOperation that may be passed to CheckAuthorizationAsync(ProtectedOperation, CancellationToken).