Documentation for a minimal subset of the QSM API
GroupRef Constructor (group, options, logger, sendingCallback, completionCallback, registerFeed, mainWorker, completionWorker)
Namespaces > QS.CMS.Framework2 > GroupRef > GroupRefNew(Group, GroupOptions, ILogger, ContextCallback<(Of SendRequest>), CompletionCallback<(Of SendRequest>), ContextCallback<(Of Feed>), INonblockingWorker<(Of IRequest>), INonblockingWorker<(Of IRequest>))
Initializes a new instance of the GroupRef class.
Syntax
C#Visual BasicManaged C++
public GroupRef (
	Group group,
	GroupOptions options,
	ILogger logger,
	ContextCallback<SendRequest> sendingCallback,
	CompletionCallback<SendRequest> completionCallback,
	ContextCallback<Feed> registerFeed,
	INonblockingWorker<IRequest> mainWorker,
	INonblockingWorker<IRequest> completionWorker
)
Public Sub New ( _
	group As Group, _
	options As GroupOptions, _
	logger As ILogger, _
	sendingCallback As ContextCallback(Of SendRequest), _
	completionCallback As CompletionCallback(Of SendRequest), _
	registerFeed As ContextCallback(Of Feed), _
	mainWorker As INonblockingWorker(Of IRequest), _
	completionWorker As INonblockingWorker(Of IRequest) _
)
public:
GroupRef (
	Group^ group, 
	GroupOptions options, 
	ILogger^ logger, 
	ContextCallback<SendRequest^>^ sendingCallback, 
	CompletionCallback<SendRequest^>^ completionCallback, 
	ContextCallback<Feed^>^ registerFeed, 
	INonblockingWorker<IRequest^>^ mainWorker, 
	INonblockingWorker<IRequest^>^ completionWorker
)
Parameters
group (Group)

[Missing <param> documentation for "group"]

options (GroupOptions)

[Missing <param> documentation for "options"]

logger (ILogger)

[Missing <param> documentation for "logger"]

sendingCallback (ContextCallback<(Of SendRequest>))

[Missing <param> documentation for "sendingCallback"]

completionCallback (CompletionCallback<(Of SendRequest>))

[Missing <param> documentation for "completionCallback"]

registerFeed (ContextCallback<(Of Feed>))

[Missing <param> documentation for "registerFeed"]

mainWorker (INonblockingWorker<(Of IRequest>))

[Missing <param> documentation for "mainWorker"]

completionWorker (INonblockingWorker<(Of IRequest>))

[Missing <param> documentation for "completionWorker"]

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823