public static void RegisterSyncRequestProvider(ISyncRequestExecutor syncRequestExecutor)
 {
     _syncRequestExecutor = syncRequestExecutor;
 }
Exemplo n.º 2
0
 /// <summary>
 /// This RequestExecutor will be used for all requests created by this ShareFileClient instance, overriding the global RequestExecutorFactory.
 /// </summary>
 /// <param name="syncRequestExecutor"></param>
 public void RegisterSyncRequestExecutor(ISyncRequestExecutor syncRequestExecutor)
 {
     SyncRequestExecutor = syncRequestExecutor;
 }
 public static void RegisterSyncRequestProvider(ISyncRequestExecutor syncRequestExecutor)
 {
     _syncRequestExecutor = syncRequestExecutor;
 }