KernelTransaction Constructor (UInt32, String) |
Initializes a new instance of the
KernelTransaction class with a default security descriptor.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public KernelTransaction(
uint timeout,
string description
)
Public Sub New (
timeout As UInteger,
description As String
)
public:
KernelTransaction(
unsigned int timeout,
String^ description
)
new :
timeout : uint32 *
description : string -> KernelTransaction
Parameters
- timeout
- Type: SystemUInt32
The time, in milliseconds, when the transaction will be aborted if it has not already reached the prepared state.
- description
- Type: SystemString
A user-readable description of the transaction. This parameter may be .
See Also