FinalizeSampleDataAsync Method
- Last UpdatedNov 06, 2025
- 1 minute read
The FinalizeSampleDataAsync() asynchronous method marks the specified sample in the Sample table as final.
'Declaration
Public Shared Sub FinalizeSampleDataAsync( _
ByVal sampleId As Integer, _
ByVal entName As String, _
ByVal finalSample As Boolean, _
ByVal operatorName As String, _
ByVal eventDateTimeLocal As Nullable(Of Date) _
)
public static void FinalizeSampleDataAsync(
int sampleId,
string entName,
bool finalSample,
string operatorName,
Nullable<DateTime> eventDateTimeLocal
)
Parameters
- sampleId
- Required. Holds the ID of the sample.
- entName
- Required. Holds the entity name.
- finalSample
- Required. Holds a flag that, if true, marks the sample as final.
- operatorName
- Optional. Holds the name of the operator who marked the sample as final.
- eventDateTimeLocal
- Optional. Holds the date/time when the sample was marked as final.