EventsHelperGetBulkEventIds Method
|
Alterian Email Manager 6.2.3 SDK Help File
Retrieves all the ids for the bulk events
Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static IEnumerable<int> GetBulkEventIds()
Public Shared Function GetBulkEventIds As IEnumerable(Of Integer)
public:
static IEnumerable<int>^ GetBulkEventIds()
static member GetBulkEventIds : unit -> IEnumerable<int>
DMLibrary.Repository.Eventlog.EventsHelper.GetBulkEventIds = function();
Return Value
Type:
IEnumerableInt32A collection with all the ids for the bulk events
See Also