ArcObjects Library Reference (System)  

IAfLockMgr.IsGlobalAlive Method

Indicates if a global lock manager process is active.

[Visual Basic .NET]
Public Function IsGlobalAlive ( _
) As Boolean
[C#]
public bool IsGlobalAlive (
);
[C++]
HRESULT IsGlobalAlive(
  VARIANT_BOOL* pbGlobalAlive
);
[C++]

Parameters

pbGlobalAlive [out, retval]   pbGlobalAlive is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAfLockMgr Interface