IGHARemoteObjectDeleteObjectAsync Method |
Deletes a child object of the calling object matching the specified name
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<Object> DeleteObjectAsync(
string name
)
Function DeleteObjectAsync (
name As String
) As Task(Of Object)
Task<Object^>^ DeleteObjectAsync(
String^ name
)
abstract DeleteObjectAsync :
name : string -> Task<Object>
Parameters
- name
- Type: SystemString
Object name
Return Value
Type:
TaskObjectTrue if object is succesfully deleted, false if not
See Also