public Task Delete() { try { return(AbstractVapp <T> .AsyncDelete(this.VcloudClient, this.Reference.href)); } catch (Exception ex) { throw new VCloudException(ex.Message); } }
public static Task Delete(vCloudClient client, ReferenceType _ref) { try { return(AbstractVapp <T> .AsyncDelete(client, _ref.href)); } catch (Exception ex) { throw new VCloudException(ex.Message); } }