summaryM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetNextMessagesForInstantDispatch(System.Guid,System.Int32)

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

Syntax

C#
IDataReader GetNextMessagesForInstantDispatch(
	Guid schedulerInstance,
	int batchSize
)
Visual Basic
Function GetNextMessagesForInstantDispatch ( 
	schedulerInstance As Guid,
	batchSize As Integer
) As IDataReader

Parameters

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

Return Value

returnsM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetNextMessagesForInstantDispatch(System.Guid,System.Int32)

See Also