BdcService.CreateApplication method
Creates a service application with the given name using the provided application pool, or by using the application pool of the provided provisioning context.
Overload list
Name | Description | |
---|---|---|
CreateApplication(String, Type, SPIisWebServiceApplicationPool) | Creates a service application with the given name using the provided application pool. | |
CreateApplication(String, Type, SPServiceProvisioningContext) | Creates a service application with the given name using the application pool of the provided provisioning context. |
Top