This document is archived and information here might be outdated.  Recommended version.


ICadastralFabricLocks.ValidateJobLock Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralFabricLocks Interface > ICadastralFabricLocks.ValidateJobLock Method
ArcGIS Developer Help

ICadastralFabricLocks.ValidateJobLock Method

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(
  Boolean* Locked,
  System.String* LockingMachine,
  System.Int32* LockingPID
);
[C++]
Parameters
Locked [in, out]

Locked is a parameter of type bool* LockingMachine [in, out]
LockingMachine is a parameter of type BSTR* LockingPID [in, out]
LockingPID is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Validates the MachineName and ProcessID values in the Jobs table.

See Also

ICadastralFabricLocks Interface