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


ICadastralFabricLocks.ReleaseJobLock 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.ReleaseJobLock Method
ArcGIS Developer Help

ICadastralFabricLocks.ReleaseJobLock Method

Release current job's lock.

[Visual Basic .NET]
Public Sub ReleaseJobLock ( _
    ByVal ForceRelease As Boolean _
)
[C#]
public void ReleaseJobLock (
    bool ForceRelease
);
[C++]
HRESULT ReleaseJobLock(
  VARIANT_BOOL ForceRelease
);
[C++]
Parameters
ForceRelease [in]

ForceRelease is a parameter of type bool

Product Availability

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

Remarks

Removes the MachineName and ProcessID values out of the Jobs table.

See Also

ICadastralFabricLocks Interface