Skip to content
Mitch Ferrer edited this page Jun 22, 2015 · 1 revision

This contract is used by the framework upon connecting too join a user to a specific group. It can be used by your code to maintain groups in flight as well.

##Member(s)## void JoinToGroup(string groupToJoin, string uniqueId);

##Requires##

  • groupToJoin != null
  • uniqueId != null

##Related##

  • IGroupLeaveService
  • IGroupLookupService
Clone this wiki locally