This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabricLocks Interface > ICadastralFabricLocks.ValidateJobLock Method (ArcObjects .NET 10.5 SDK) |
Correct orphan job locks for current machine, and return current lock information.
[Visual Basic .NET] Public Sub ValidateJobLock ( _ ByRef Locked As Boolean, _ ByRef LockingMachine As String, _ ByRef LockingPID As Integer _ )
[C#] public void ValidateJobLock ( ref bool Locked, ref string LockingMachine, ref int LockingPID );
[C++]
HRESULT ValidateJobLock(
VARIANT_BOOL* Locked,
BSTR* LockingMachine,
long* LockingPID
);
[C++]
Parameters Locked [in, out] Locked is a parameter of type VARIANT_BOOL LockingMachine [in, out] LockingMachine is a parameter of type BSTR LockingPID [in, out] LockingPID is a parameter of type long
Validates the MachineName and ProcessID values in the Jobs table.