프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Adapter ( ) : System |
Initializes a new instance of the Adapter.
|
|
Dispose ( ) : void |
Releases all the resources used by the Adapter.
|
|
Initialize ( ) : void |
Initializes the Adapter.
|
|
LoadSettings ( ) : void |
Loads saved Adapter settings from the config file if the PersistSettings property is set to true.
|
|
SaveSettings ( ) : void |
Saves Adapter settings to the config file if the PersistSettings property is set to true.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the Adapter and optionally releases the managed resources.
|
|
OnDisposed ( ) : void |
Raises the Disposed event.
|
|
OnExecutionException ( string activityDescription, |
Raises the ExecutionException event.
|
|
OnStatusUpdate ( UpdateType updateType, string updateMessage ) : void |
Raises the StatusUpdate event.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
리턴 | void |
protected OnExecutionException ( string activityDescription, |
||
activityDescription | string | Activity description to send to |
encounteredException | Encountered |
|
리턴 | void |
protected OnStatusUpdate ( UpdateType updateType, string updateMessage ) : void | ||
updateType | UpdateType | |
updateMessage | string | Update message to send to |
리턴 | void |