Initializes a new instance of the Feed class.

C# | Visual Basic | Managed 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 )

- 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"]