ActorNameFormat Class

Definition

Contains static methods for generating names like service name, application name form the actor interface type.

public static class ActorNameFormat
type ActorNameFormat = class
Public Class ActorNameFormat
Inheritance
ActorNameFormat

Methods

GetActorStateProviderSettingsSectionName(Type)

Gets the IActorStateProvider configuration section name specified in configuration package for the actor service.

GetCodePackageName(Type)

Gets the code package name used in service package for the actor.

GetConfigPackageName(Type)

Gets the configuration package name used in service package for the actor.

GetFabricApplicationName(String)

Gets the application name used to create application in Service Fabric cluster.

GetFabricApplicationPackageName(String)

Gets package name used to create Service Fabric Application package for the actor.

GetFabricApplicationTypeName(String)

Gets the application type name used in application manifest when creating Service Fabric Application package for the actor.

GetFabricServiceEndpointName(Type)

Gets the service endpoint for the actor type which is specified in service manifest for the actor service.

GetFabricServiceName(Type, String)

Gets name of service which hosts the actor type in Service Fabric cluster.

GetFabricServicePackageName(String)

Gets service package name which is used in Service Fabric Application package for the actor.

GetFabricServiceReplicatorConfigSectionName(Type)

Gets the replicator configuration section name specified in configuration package for the actor service.

GetFabricServiceReplicatorEndpointName(Type)

Gets the replicator endpoint which is specified in service manifest for the actor service.

GetFabricServiceReplicatorSecurityConfigSectionName(Type)

Gets the replicator security configuration section name specified in configuration package for the actor service.

GetFabricServiceReplicatorSecurityCredentialTypeName(Type)

Gets the credential type name used in replicator security configuration section in configuration package for the actor service.

GetFabricServiceTransportSettingsSectionName(Type)

Gets the fabrictransport configuration section name specified in configuration package for the actor service.

GetFabricServiceTypeName(Type)

Gets service type name for the actor.

GetFabricServiceUri(Type)

Gets service Uri which hosts the actor type in Service Fabric cluster.

GetFabricServiceUri(Type, String, String)

Gets service Uri which hosts the actor type in Service Fabric cluster.

GetFabricServiceUri(Type, Uri)

Gets service Uri which hosts the actor type in Service Fabric cluster.

GetFabricServiceUri(Type, Uri, String)

Gets service Uri which hosts the actor type in Service Fabric cluster.

GetFabricServiceV2EndpointName(Type)

Gets the service endpoint for the actor type which is specified in service manifest for the actor service.

GetFabricServiceWrappedMessageEndpointName(Type)

Gets the service endpoint for the actor type which is specified in service manifest for the actor service.

GetKeyValueStoreSettingsConfigSectionName(Type)

Gets Key Value store configuration section name specified in configuration package for the actor service.

GetLocalEseStoreConfigSectionName(Type)

Gets local store configuration section name specified in configuration package for the actor service.

GetMigrationConfigSectionName(Type)

Gets the migration configuration section name for KVS to RC migration which is specified in configuration package for the actor service.

GetMigrationSourceEndpointName(Type)

Gets the Migration Source Service endpoint which is specified in service manifest for the actor service.

GetMigrationTargetEndpointName(Type)

Gets the Migration Target Service endpoint which is specified in service manifest for the actor service.

GetName(Type)

Gets name of Actor from actorInterfaceType.

Applies to