mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-24 09:35:39 -05:00
added contract to cancel restore plan and close the related connections (#522)
This commit is contained in:
@@ -87,4 +87,11 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery.Contracts
|
||||
RequestType<RestoreParams, RestorePlanResponse> Type =
|
||||
RequestType<RestoreParams, RestorePlanResponse>.Create("disasterrecovery/restoreplan");
|
||||
}
|
||||
|
||||
public class CancelRestorePlanRequest
|
||||
{
|
||||
public static readonly
|
||||
RequestType<RestoreParams, bool> Type =
|
||||
RequestType<RestoreParams, bool>.Create("disasterrecovery/cancelrestoreplan");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user