WellKnownProtectedOperations.CreateLaunchDebug 方法

定义

创建一个 ProtectedOperation 表示操作的新 LaunchDebug

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

返回

ProtectedOperation

ProtectedOperation可以传递到的实例 CheckAuthorizationAsync(ProtectedOperation, CancellationToken)

适用于