This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > IF > IFileGDBLockWaiting Interface > IFileGDBLockWaiting.EnableWriteLockWaiting Method (ArcObjects .NET 10.4 SDK) |
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