Documentation for a minimal subset of the QSM API
BeginOpen Method (gid, callback, context)
Namespaces > QS.CMS.Framework2 > IClient > BeginOpen(GroupID, AsyncCallback, Object)
An asynchronous, nonblocking version of the open call.
Syntax
C#Visual BasicManaged C++
IAsyncResult BeginOpen (
	GroupID gid,
	AsyncCallback callback,
	Object context
)
Function BeginOpen ( _
	gid As GroupID, _
	callback As AsyncCallback, _
	context As Object _
) As IAsyncResult
IAsyncResult^ BeginOpen (
	GroupID gid, 
	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.
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