MemberGetDistributionRole Method |
Return the Distribution Role
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract DistributionRole GetDistributionRole(
string spaceName
)
Public MustOverride Function GetDistributionRole (
spaceName As String
) As DistributionRole
public:
virtual DistributionRole GetDistributionRole(
String^ spaceName
) abstract
abstract GetDistributionRole :
spaceName : string -> DistributionRole
Parameters
- spaceName
- Type: SystemString
A string specifying the space name
Return Value
Type:
DistributionRoleDistribution Role
See Also