Namespace:
RainWorx.FrameWorx.DAL
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Syntax
C#
void SetStartingListings( string actingUserName, DateTime dateTime, out List<ListingStatusChange> messagesToQueue, out int? MSdelayUntilNextWork )
Parameters
- actingUserName
- Type: SystemString
- dateTime
- Type: SystemDateTime
- messagesToQueue
- Type: System.Collections.GenericListListingStatusChange
- MSdelayUntilNextWork
- Type: SystemNullableInt32
See Also