ArcObjects Library Reference (DataSourcesGDB)  

IFileGDBLockWaiting.EnableWriteLockWaiting Method

Enable write lock waiting, specifying number of retries and how long to wait between tries.

[Visual Basic .NET]
Public Sub EnableWriteLockWaiting ( _
    ByVal retryCount As Integer, _
    ByVal waitTime1 As Integer, _
    ByVal waitTime2 As Integer, _
    ByVal waitTime3 As Integer _
)
[C#]
public void EnableWriteLockWaiting (
    int retryCount,
    int waitTime1,
    int waitTime2,
    int waitTime3
);
[C++]
HRESULT EnableWriteLockWaiting(
  long retryCount,
  long waitTime1,
  long waitTime2,
  long waitTime3
);
[C++]

Parameters

retryCount [in]   retryCount is a parameter of type long waitTime1 [in]   waitTime1 is a parameter of type long waitTime2 [in]   waitTime2 is a parameter of type long waitTime3 [in]   waitTime3 is a parameter of type long

Product Availability

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

See Also

IFileGDBLockWaiting Interface