Adds client to scope. Scope can be both application or room. Can be
applied to both application scope and scopes of lower level. This method
calls [!:ApplicationAdapter#appJoin(IClient, IScope)] or
[!:ApplicationAdapter#roomJoin(IClient, IScope)] handlers respectively.
Namespace: Weborb.Messaging.Server.AdapterAssembly: weborb (in weborb.dll) Version: 4.4.0.0 (4.4.0.0)
Syntax
| C# |
|---|
public override bool join( IClient client, IScope scope ) |
| Visual Basic |
|---|
Public Overrides Function join ( _ client As IClient, _ scope As IScope _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool join( IClient^ client, IScope^ scope ) override |
Parameters
- client
- Type: Weborb.Messaging.Api..::..IClient
Client object
- scope
- Type: Weborb.Messaging.Api..::..IScope
Scope to stop