KernelTransaction Constructor |
Name | Description | |
---|---|---|
![]() | KernelTransaction | Initializes a new instance of the KernelTransaction class with a default security descriptor, infinite timeout and no description. |
![]() | KernelTransaction(Transaction) | Initializes a new instance of the KernelTransaction class, internally using the specified Transaction.
This method allows the usage of methods accepting a KernelTransaction with an instance of Transaction.
|
![]() | KernelTransaction(Int32, String) | Initializes a new instance of the KernelTransaction class with a default security descriptor. |
![]() | KernelTransaction(ObjectSecurity, Int32, String) | Initializes a new instance of the KernelTransaction class. |