ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  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

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