'Declaration
Public Overloads Sub Release( _ ByVal releaseFrom As ReleaseType, _ ByVal comment As System.String _ )
'Usage
Dim instance As Entry Dim releaseFrom As ReleaseType Dim comment As System.String instance.Release(releaseFrom, comment)
public void Release( ReleaseType releaseFrom, System.string comment )
Parameters
- releaseFrom
- The scheduling requirements to be released.
- comment
- A comment to be added to the audit trail for the entry.