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


IClassFactory.RemoteLockServer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IClassFactory Interface > IClassFactory.RemoteLockServer Method
ArcGIS Developer Help

IClassFactory.RemoteLockServer Method

[Visual Basic .NET]
Public Sub RemoteLockServer ( _
    ByVal fLock As Integer _
)
[C#]
public void RemoteLockServer (
    int fLock
);
[C++]
HRESULT RemoteLockServer(
  long fLock
);
[C++]
Parameters
fLock [in]

fLock is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C#]

IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.

[C++]

IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.

[Visual Basic .NET]

IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IClassFactory Interface