메소드 | 설명 | |
---|---|---|
ConnectionScheduler ( |
Initializes a new instance of the CmisSync.Lib.Queueing.ConnectionScheduler class.
|
|
Dispose ( ) : void |
Releases all resource used by the CmisSync.Lib.Queueing.SyncScheduler object. Call Dispose when you are finished using the CmisSync.Lib.Queueing.SyncScheduler. The Dispose method leaves the CmisSync.Lib.Queueing.SyncScheduler in an unusable state. After calling Dispose, you must release all references to the CmisSync.Lib.Queueing.SyncScheduler so the garbage collector can reclaim the memory that the CmisSync.Lib.Queueing.SyncScheduler was occupying. |
|
Handle ( ISyncEvent e ) : bool |
Handles repository configuration change events by extracting new login informations and returns false
|
|
Start ( ) : void |
Start this instance.
|
메소드 | 설명 | |
---|---|---|
Connect ( ) : bool |
Connect this instance.
|
|
ConnectionScheduler ( |
Initializes a new instance of the CmisSync.Lib.Queueing.ConnectionScheduler class by copy all members.
|
메소드 | 설명 | |
---|---|---|
Reconnect ( ) : void |
protected ConnectionScheduler ( |
||
original | Original Instance. | |
리턴 | System |
public ConnectionScheduler ( |
||
repoInfo | Repo info. | |
queue | ISyncEventQueue | Event queue. |
sessionFactory | ISessionFactory | Session factory. |
authProvider | IAuthenticationProvider | Auth provider. |
interval | int | Retry interval in msec. |
리턴 | System |