프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultSessionGuid | System.Guid |
메소드 | 설명 | |
---|---|---|
BeginStart ( AsyncCallback callback, object state ) : bool |
Start wiping asynchronously
|
|
EndStart ( ) : bool |
Wait until the start operation has been completed
|
|
GenerateGuid ( ) : void | ||
GenerateReport ( ) : |
Generate a report containing statistics, failed objects and errors This method is not intended to be used in conjunction with scheduled tasks. |
|
GetFailedObjects ( bool getAssociatedError ) : SecureDelete.FailedObject[] |
Get the category of failed objects
|
|
GetWipeErrors ( ) : List |
Get the category of wipe errors
|
|
GetWipeStatus ( |
Get the status of the wiping process
|
|
Initialize ( ) : bool |
Initialize the wipe session. Needs to be called before Start or BeginStart.
|
|
Pause ( ) : bool |
Pause the wiping process
|
|
Resume ( ) : bool |
Resume the wiping process
|
|
SetGuid ( System.Guid newGuid ) : void | ||
Start ( ) : bool |
Start wiping
|
|
Stop ( ) : bool |
Stop the wiping process
|
|
WipeSession ( ) : System |
메소드 | 설명 | |
---|---|---|
AllocateObjects ( ) : void | ||
GenerateStatistics ( ) : void | ||
GetChildrenStatus ( |
||
OnDeserializedMethod ( |
||
ReportPluginError ( |
||
SendSingleWipeObject ( IWipeObject item ) : bool | ||
SendWipeObjects ( List |
||
StartAsync ( object sender, |
||
StartImpl ( ) : bool |
public BeginStart ( AsyncCallback callback, object state ) : bool | ||
callback | AsyncCallback | The method to be called when the operation has been completed. |
state | object | The state object. |
리턴 | bool |
public GetFailedObjects ( bool getAssociatedError ) : SecureDelete.FailedObject[] | ||
getAssociatedError | bool | Specifies whether or not to attach the associated error to the wipe object. |
리턴 | SecureDelete.FailedObject[] |
public GetWipeStatus ( |
||
s | The WipeStatus object where to store the status | |
includeChildren | bool | Include the status of all children of the context |
리턴 | bool |