ArcObjects Library Reference (Geometry)  

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++]
[Visual Basic .NET]

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

See Also

IClassFactory Interface