Documentation for a minimal subset of the QSM API
Open Method (gid)
Namespaces > QS.CMS.Framework2 > IClient > Open(GroupID)
Obtain a reference to a group that can be used for sending or receiving. Multiple references to the same group are permitted. The local client maintains membership for as long as at least a single reference exists. This call is blocking.
Syntax
C#Visual BasicManaged C++
IGroup Open (
	GroupID gid
)
Function Open ( _
	gid As GroupID _
) As IGroup
IGroup^ Open (
	GroupID gid
)
Parameters
gid (GroupID)
Identifier of the group. Must be known upfront or obtained through a naming service. In this version of QSM naming services are not provided.
Return Value
A disposable reference to the group.

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823