A disposable local client reference to a group. Multiple such references can be opened by the application independently.

C# | Visual Basic | Managed C++ |
public interface IGroup : IDisposable
Public Interface IGroup _ Implements IDisposable
public interface class IGroup : IDisposable

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | BufferedChannel |
A channel that supports buffering, safe to use in any context.
|
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ID |
Unique group identifier.
|
![]() | OnReceive |
Invoked to dispatch a message received either from the network or via a software loopback.
|
![]() | ScheduleSend(OutgoingCallback) |
Schedules sending to occur at a time when it is permitted by rate, flow and concurrency controllers,
so that it can be done without excessive buffering.
|