|  | ClusterSingletonManagerSettingsWithRole Method | 
 
            Create a singleton manager with specified singleton role.
            
 
    Namespace: 
   Akka.Cluster.Tools.Singleton
    Assembly:
   Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic ClusterSingletonManagerSettings WithRole(
	string role
)
member WithRole : 
        role : string -> ClusterSingletonManagerSettings 
Parameters
- role
- Type: SystemString
 TBD
Return Value
Type: 
ClusterSingletonManagerSettingsTBD
 See Also
See Also