Click or drag to resize
SpaceMemberListeneronUpdate Method
Called when an existing member's role is updated

Namespace: Com.Tibco.As.Space.Listener
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
void onUpdate(
	string spaceName,
	Member member,
	DistributionRole role
)

Parameters

spaceName
Type: SystemString
Name of the space.
member
Type: Com.Tibco.As.SpaceMember
The member.
role
Type: Com.Tibco.As.SpaceDistributionRole
The role.
See Also