DbMaintenanceWindowProcessor..::..ShowRecordLockWindow Method
Shows the record lock window.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public bool ShowRecordLockWindow( PrimaryKeyValue lockKey, string message, Object inputParameter )
Public Function ShowRecordLockWindow ( _ lockKey As PrimaryKeyValue, _ message As String, _ inputParameter As Object _ ) As Boolean
public: bool^ ShowRecordLockWindow( PrimaryKeyValue^ lockKey, String^ message, Object^ inputParameter )
Parameters
- lockKey
- Type: RingSoft.DbLookup..::..PrimaryKeyValue
The lock key.
- message
- Type: String
The message.
- inputParameter
- Type: Object
The input parameter.