summaryM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.GetNextMessagesForInstantDispatch(System.Guid,System.Int32)

Namespace: DotNetNuke.Services.Social.Messaging.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
IList<MessageRecipient> GetNextMessagesForInstantDispatch(
	Guid schedulerInstance,
	int batchSize
)
Visual Basic
Function GetNextMessagesForInstantDispatch ( 
	schedulerInstance As Guid,
	batchSize As Integer
) As IList(Of MessageRecipient)

Parameters

schedulerInstance
Type: System..::..Guid
paramschedulerInstanceM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.GetNextMessagesForInstantDispatch(System.Guid,System.Int32)
batchSize
Type: System..::..Int32
parambatchSizeM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.GetNextMessagesForInstantDispatch(System.Guid,System.Int32)

Return Value

returnsM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.GetNextMessagesForInstantDispatch(System.Guid,System.Int32)

See Also