CloudServiceFunctionsStorageDeleteFilesAsync Method |
Namespace: NeoAxis.NetworkingAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Task<CloudServiceFunctionsSimpleResult> StorageDeleteFilesAsync(
string[] storageFileNames,
string authToken = null,
CancellationToken cancellationToken = default
)
Parameters
- storageFileNames String
-
- authToken String (Optional)
-
- cancellationToken CancellationToken (Optional)
-
Return Value
TaskCloudServiceFunctionsSimpleResult
See Also