IDispatchSequenceDaoEndDispatchSequence Method |
[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.IDispatchSequenceDao.EndDispatchSequence(System.String,System.DateTime)"]
Namespace: WorkZone.Dispatcher.Base.Configuration.DaoAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxvoid EndDispatchSequence(
string sequenceId,
DateTime endDate
)
Sub EndDispatchSequence (
sequenceId As String,
endDate As DateTime
)
void EndDispatchSequence(
String^ sequenceId,
DateTime endDate
)
abstract EndDispatchSequence :
sequenceId : string *
endDate : DateTime -> unit
Parameters
- sequenceId String
[Missing <param name="sequenceId"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.IDispatchSequenceDao.EndDispatchSequence(System.String,System.DateTime)"]
- endDate DateTime
[Missing <param name="endDate"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.IDispatchSequenceDao.EndDispatchSequence(System.String,System.DateTime)"]
See Also