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