RemoteItemMover, Startup/Exit handler refactor
This commit is contained in:
@@ -6,4 +6,5 @@ public interface ISignalRHub
|
||||
Task CreateContainerAsync(string contentProviderId, string fullName);
|
||||
Task CreateElementAsync(string contentProviderId, string fullName);
|
||||
Task DeleteItemAsync(string contentProviderId, string fullName);
|
||||
Task MoveItemAsync(string contentProviderId, string fullName, string newPath);
|
||||
}
|
||||
Reference in New Issue
Block a user