ServiceInitializationParameters 类
定义
Remarks:Derived types define initialization data that are specific to stateless and stateful services.
public class ServiceInitializationParameters
- 继承
-
java.lang.ObjectServiceInitializationParameters
方法
getCodePackageActivationContext() |
Specifies the activation context that is associated with the code package that contains the service.
|
getInitializationData() |
Specifies custom initialization data that is provided by the creator of the service as part of the service description.
|
getPartitionId() |
Specifies the unique identifier of the service partition.
|
getServiceName() |
Indicates the Service Fabric name of the service.
|
getServiceTypeName() |
Indicates the name of the type of the service.
|