ServiceConfig Members
.NET Framework 1.1
Public Constructors
ServiceConfig Constructor | Initializes a new instance of the ServiceConfig class, setting the properties to configure the desired services. |
Public Properties
Binding | Gets or sets the binding option, indicating whether all work submitted by the activity is to be bound to only one single-threaded apartment (STA). |
BringYourOwnTransaction | Gets or sets an ITransaction representing an existing transaction that supplies the settings used to run the transaction identified by ServiceConfig. |
COMTIIntrinsicsEnabled | Gets or sets a value indicating whether COM Transaction Integrator (COMTI) intrinsics are enabled. |
IISIntrinsicsEnabled | Gets or sets a value indicating whether IIS intrinsics are enabled. |
Inheritance | Gets or sets a value indicating whether to construct a new context based on the current context or to create a new context based solely on the information in ServiceConfig. |
IsolationLevel | Gets or sets the isolation level of the transaction. |
PartitionId | Gets or sets the GUID for the COM+ partition that is to be used. |
PartitionOption | Gets or sets a value indicating how partitions are used for the enclosed work. |
SxsDirectory | Gets or sets the directory for the side-by-side assembly for the enclosed work. |
SxsName | Gets or sets the file name of the side-by-side assembly for the enclosed work. |
SxsOption | Gets or sets a value indicating how to configure the side-by-side assembly. |
Synchronization | Gets or sets a value indicating the type of automatic synchronization requested by the component. |
ThreadPool | Gets or sets a value indicating the thread pool which runs the work submitted by the activity. |
TipUrl | Gets or sets the Transaction Internet Protocol (TIP) URL that allows the enclosed code to run in an existing transaction. |
TrackingAppName | Gets or sets a text string that corresponds to the application ID under which tracker information is reported. |
TrackingComponentName | Gets or sets a text string that corresponds to the context name under which tracker information is reported. |
TrackingEnabled | Gets or sets a value indicating whether tracking is enabled. |
Transaction | Gets or sets a value indicating how transactions are used in the enclosed work. |
TransactionDescription | Gets or sets the name that is used when transaction statistics are displayed. |
TransactionTimeout | Gets or sets the transaction time-out for a new transaction. |
Public Methods
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
