Delete Method (JobExecStorageExecLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified job execution/storage execution link record from the Job_Exec_Storage_Exec_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal entId As Integer, _
ByVal storageEntId As Integer _
)
'Usage
Dim sessionId As Integer
Dim entId As Integer
Dim storageEntId As Integer
JobExecStorageExecLink.Delete(sessionId, entId, storageEntId)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- entId
- Required. Holds the ID of the entity.
- storageEntId
- Required. Holds the ID of the storage entity.