Task<int> DeleteRecordAsync(
RecordRestriction? restriction,
CancellationToken cancellationToken,
bool? applyRootQueryRestriction = null
)Function DeleteRecordAsync (
restriction As RecordRestriction,
cancellationToken As CancellationToken,
Optional applyRootQueryRestriction As Boolean? = Nothing
) As Task(Of Integer)Task<int>^ DeleteRecordAsync(
RecordRestriction^ restriction,
CancellationToken cancellationToken,
Nullable<bool> applyRootQueryRestriction = nullptr
)function DeleteRecordAsync(restriction, cancellationToken, applyRootQueryRestriction);| ArgumentNullException | restriction cannot be null. |