Documentation for a minimal subset of the QSM API
BeginOpen Method (gid, options, callback, context)
Namespaces > QS.CMS.Framework2 > IClient > BeginOpen(GroupID, GroupOptions, AsyncCallback, Object)
An asynchronous, nonblocking version of the open call.
Syntax
C#Visual BasicManaged C++
IAsyncResult BeginOpen (
	GroupID gid,
	GroupOptions options,
	AsyncCallback callback,
	Object context
)
Function BeginOpen ( _
	gid As GroupID, _
	options As GroupOptions, _
	callback As AsyncCallback, _
	context As Object _
) As IAsyncResult
IAsyncResult^ BeginOpen (
	GroupID gid, 
	GroupOptions options, 
	AsyncCallback^ callback, 
	Object^ context
)
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.
options (GroupOptions)
Options that control the way data flows through this attachment point.
callback (AsyncCallback)
Callback to be invoked when the reference is ready.
context (Object)
Context to pass to the callback.
Return Value
A reference representing this asynchronous open request.

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823