Called when a new member joins the space
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
void onJoin( string spaceName, Member member, DistributionRole role ) |
Visual Basic |
---|
Sub onJoin ( _ spaceName As String, _ member As Member, _ role As DistributionRole _ ) |
Visual C++ |
---|
void onJoin( String^ spaceName, Member^ member, DistributionRole role ) |
Parameters
- spaceName
- Type: System..::..String
Name of the space.
- member
- Type: Com.Tibco.As.Space..::..Member
The member.
- role
- Type: Com.Tibco.As.Space..::..DistributionRole
The role.