AdminGoLiveHelper.ServiceGoLive(String, String, String, String, Guid, String, String, ITransaction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void ServiceGoLive(System::String ^ mgmtDBServerName, System::String ^ mgmtDBName, System::String ^ assemblyName, System::String ^ serviceName, Guid serviceGuid, System::String ^ groupName, System::String ^ applicationName, System::EnterpriseServices::ITransaction ^ transaction);
public void ServiceGoLive (string mgmtDBServerName, string mgmtDBName, string assemblyName, string serviceName, Guid serviceGuid, string groupName, string applicationName, System.EnterpriseServices.ITransaction transaction);
abstract member ServiceGoLive : string * string * string * string * Guid * string * string * System.EnterpriseServices.ITransaction -> unit
override this.ServiceGoLive : string * string * string * string * Guid * string * string * System.EnterpriseServices.ITransaction -> unit
Public Sub ServiceGoLive (mgmtDBServerName As String, mgmtDBName As String, assemblyName As String, serviceName As String, serviceGuid As Guid, groupName As String, applicationName As String, transaction As ITransaction)
Parameters
- mgmtDBServerName
- String
- mgmtDBName
- String
- assemblyName
- String
- serviceName
- String
- serviceGuid
- Guid
- groupName
- String
- applicationName
- String
- transaction
- ITransaction