IDispatchSequenceDaoSetDefaultDispatchSequenceId Method |
[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.IDispatchSequenceDao.SetDefaultDispatchSequenceId(System.String)"]
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 SetDefaultDispatchSequenceId(
string sequenceId
)
Sub SetDefaultDispatchSequenceId (
sequenceId As String
)
void SetDefaultDispatchSequenceId(
String^ sequenceId
)
abstract SetDefaultDispatchSequenceId :
sequenceId : string -> unit
Parameters
- sequenceId String
[Missing <param name="sequenceId"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.IDispatchSequenceDao.SetDefaultDispatchSequenceId(System.String)"]
See Also