Documentation for a minimal subset of the QSM API
Feed Constructor (groupRef, group, ishybrid, outgoingCallback, sendingCallback, completionCallback)
Namespaces > QS.CMS.Framework2 > Feed > FeedNew(GroupRef, Group, Boolean, OutgoingCallback, ContextCallback<(Of SendRequest>), CompletionCallback<(Of SendRequest>))
Initializes a new instance of the Feed class.
Syntax
C#Visual BasicManaged C++
public Feed (
	GroupRef groupRef,
	Group group,
	bool ishybrid,
	OutgoingCallback outgoingCallback,
	ContextCallback<SendRequest> sendingCallback,
	CompletionCallback<SendRequest> completionCallback
)
Public Sub New ( _
	groupRef As GroupRef, _
	group As Group, _
	ishybrid As Boolean, _
	outgoingCallback As OutgoingCallback, _
	sendingCallback As ContextCallback(Of SendRequest), _
	completionCallback As CompletionCallback(Of SendRequest) _
)
public:
Feed (
	GroupRef^ groupRef, 
	Group^ group, 
	bool ishybrid, 
	OutgoingCallback^ outgoingCallback, 
	ContextCallback<SendRequest^>^ sendingCallback, 
	CompletionCallback<SendRequest^>^ completionCallback
)
Parameters
groupRef (GroupRef)

[Missing <param> documentation for "groupRef"]

group (Group)

[Missing <param> documentation for "group"]

ishybrid (Boolean)

[Missing <param> documentation for "ishybrid"]

outgoingCallback (OutgoingCallback)

[Missing <param> documentation for "outgoingCallback"]

sendingCallback (ContextCallback<(Of SendRequest>))

[Missing <param> documentation for "sendingCallback"]

completionCallback (CompletionCallback<(Of SendRequest>))

[Missing <param> documentation for "completionCallback"]

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823