CobraServices Class |
Namespace: Cobra.WebService.ClientAPI.Client
public class CobraServices : IDisposable
The CobraServices type exposes the following members.
Name | Description | |
---|---|---|
CobraServices(String) |
Initialize a new instance of the CobraServices class.
| |
CobraServices(ServiceIdentityData) |
Initializes a new instance of the CobraServices class. This constructor is for internal Deltek use.
| |
CobraServices(String, ServiceIdentityData) |
Initializes a new instance of the CobraServices class. This constructor is for internal Delte use.
|
Name | Description | |
---|---|---|
ServiceIdentityData |
Gets the ServiceIdentityData object that you can use to set the information of the Cobra user.
| |
State |
Gets the service state.
|
Name | Description | |
---|---|---|
About |
About Cobra Web Service
| |
CreateCobraServicesServiceArgumentsTCobraServicesServiceArguments |
Creates an instance of TCobraServicesServiceArguments class.
| |
CreateServiceOperationsTServiceOperations |
Creates an instance of TServiceOperations class.
| |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnvironmentDetails |
GetEnvironmentDetails Cobra Web Service
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Login |
Login to Cobra and transition state to the Opened state.
| |
Logout |
Log out to Cobra and transition state to Closed state.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
VerifyIntegrity | Obsolete.
Verify the integrity of Cobra.
| |
VerifyIntegrity(VerifyIntegrityServiceArguments) |
Verify the integrity of Cobra.
|
Name | Description | |
---|---|---|
Closed |
Occurs when the service state transitioned into Clsoed state.
| |
Closing |
Occurs when the service state transitioned into Closing state.
| |
Faulted |
Occurs when the service state transitioned into Faulted state.
| |
Opened |
Occurs when the service state transitioned into Opened state.
| |
Opening |
Occurs when the service state transitioned into Opening state.
|