StorageCollectionDeleteObjectAsync Method |
Deletes a StorageObject from the collection.
Namespace: Oracle.Cloud.Mobile.StorageAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Task DeleteObjectAsync(
string objectId
)
Public Function DeleteObjectAsync (
objectId As String
) As Task
public:
Task^ DeleteObjectAsync(
String^ objectId
)
member DeleteObjectAsync :
objectId : string -> Task
Parameters
- objectId
- Type: SystemString
The ID of the StorageObject to delete.
Return Value
Type:
TaskAn awaitable Task object.
See Also