SPServiceApplication constructor
Allows the base class to perform initialization tasks when instances of a derived class are created.
Overload list
Name | Description | |
---|---|---|
SPServiceApplication() | Initializes a new instance of the SPServiceApplication class. | |
SPServiceApplication(String, SPService) | Initializes a new instance of the SPServiceApplication class by specifying the application name and parent service. |
Top