WellKnownProtectedOperations.CreateLaunchDebug 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 LaunchDebug operation.
public:
static Microsoft::ServiceHub::Framework::Services::ProtectedOperation ^ CreateLaunchDebug();
public static Microsoft.ServiceHub.Framework.Services.ProtectedOperation CreateLaunchDebug ();
static member CreateLaunchDebug : unit -> Microsoft.ServiceHub.Framework.Services.ProtectedOperation
Public Shared Function CreateLaunchDebug () As ProtectedOperation
Returns
An instance of ProtectedOperation that may be passed to CheckAuthorizationAsync(ProtectedOperation, CancellationToken).