Documentation for a minimal subset of the QSM API
IGroup Interface
Namespaces > QS.CMS.Framework2 > IGroup
A disposable local client reference to a group. Multiple such references can be opened by the application independently.
Syntax
C#Visual BasicManaged C++
public interface IGroup : IDisposable
Public Interface IGroup _
	Implements IDisposable
public interface class IGroup : IDisposable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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.

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823