Share via


WellKnownProtectedOperations.CreateLaunchDebug Method

Definition

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).

Applies to