Esempio n. 1
0
 public static ZlpSimpleFileAccessProtectorInformation SetUse(
     this ZlpSimpleFileAccessProtectorInformation @this,
     bool use)
 {
     @this.Use = use;
     return(@this);
 }
Esempio n. 2
0
 public static ZlpSimpleFileAccessProtectorInformation SetHandleException(
     this ZlpSimpleFileAccessProtectorInformation @this,
     ZlpHandleExceptionDelegate handleException)
 {
     @this.HandleException = handleException;
     return(@this);
 }
Esempio n. 3
0
 public static ZlpSimpleFileAccessProtectorInformation DoGarbageCollectBeforeSleep(
     this ZlpSimpleFileAccessProtectorInformation @this,
     bool doGarbageCollectBeforeSleep)
 {
     @this.DoGarbageCollectBeforeSleep = doGarbageCollectBeforeSleep;
     return(@this);
 }
Esempio n. 4
0
 public static ZlpSimpleFileAccessProtectorInformation SetSleepDelaySeconds(
     this ZlpSimpleFileAccessProtectorInformation @this,
     int sleepDelaySeconds)
 {
     @this.SleepDelaySeconds = sleepDelaySeconds;
     return(@this);
 }
Esempio n. 5
0
 public static ZlpSimpleFileAccessProtectorInformation SetRetryCount(
     this ZlpSimpleFileAccessProtectorInformation @this,
     int retryCount)
 {
     @this.RetryCount = retryCount;
     return(@this);
 }
Esempio n. 6
0
 public static ZlpSimpleFileAccessProtectorInformation SetInfo(
     this ZlpSimpleFileAccessProtectorInformation @this,
     string info)
 {
     @this.Info = info;
     return(@this);
 }