Method | Description | |
---|---|---|
Complete ( ) : bool |
Completes this transaction.
|
|
CreateTransaction ( ) : |
Creates a new transaction on the current
|
|
CreateTransaction ( IsolationLevel level ) : |
Creates a new transaction on the current
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
EnqueueOnThreadPool ( ParameterizedThreadStart start, object state ) : bool |
Queues a method for execution. The method executes when a thread pool thread becomes available.
|
|
EnqueueOnThreadPool ( ThreadStart start ) : bool |
Queues a method for execution. The method executes when a thread pool thread becomes available.
|
|
NewThread ( ParameterizedThreadStart start ) : Thread |
Creates a new Thread object and copies the current ConnectionScope parameters.
|
|
NewThread ( ThreadStart start ) : Thread |
Creates a new Thread object and copies the current ConnectionScope parameters.
|
|
ValidateOrCreateTransaction ( ) : |
Validates an existing TransactionManager if one exists, otherwise creates a new TransactionManager to use.
|
|
ValidateOrCreateTransaction ( bool createTransaction ) : |
Validates an existing TransactionManager if one exists, otherwise creates a new TransactionManager to use.
|
Method | Description | |
---|---|---|
ConnectionScope ( ) : System |
Private constructor.
|
|
Copy ( |
Copies the values from the specified scope object to the ConnectionScope used by the current thread.
|
public static CreateTransaction ( ) : |
||
return |
public static CreateTransaction ( IsolationLevel level ) : |
||
level | IsolationLevel | Determines which |
return |
public static EnqueueOnThreadPool ( ParameterizedThreadStart start, object state ) : bool | ||
start | ParameterizedThreadStart | A delegate specifying which method to run
/// when the |
state | object | An object containing data to be used by the method. |
return | bool |
public static EnqueueOnThreadPool ( ThreadStart start ) : bool | ||
start | ThreadStart | A delegate specifying which method to run
/// when the |
return | bool |
public static NewThread ( ParameterizedThreadStart start ) : Thread | ||
start | ParameterizedThreadStart | A delegate specifying which method to run
/// when the |
return | Thread |
public static NewThread ( ThreadStart start ) : Thread | ||
start | ThreadStart | A delegate specifying which method to run
/// when the |
return | Thread |
public static ValidateOrCreateTransaction ( ) : |
||
return |
public static ValidateOrCreateTransaction ( bool createTransaction ) : |
||
createTransaction | bool | determines whether to create a new transaction |
return |