Click or drag to resize

FileSystemDispatcherQueueServiceMove Method

Move the specified entry

Namespace: SanteDB.Core.Services.Impl
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public DispatcherQueueEntry Move(
	DispatcherQueueEntry entry,
	string toQueue
)

Parameters

entry  DispatcherQueueEntry

[Missing <param name="entry"/> documentation for "M:SanteDB.Core.Services.Impl.FileSystemDispatcherQueueService.Move(SanteDB.Core.Queue.DispatcherQueueEntry,System.String)"]

toQueue  String

[Missing <param name="toQueue"/> documentation for "M:SanteDB.Core.Services.Impl.FileSystemDispatcherQueueService.Move(SanteDB.Core.Queue.DispatcherQueueEntry,System.String)"]

Return Value

DispatcherQueueEntry

[Missing <returns> documentation for "M:SanteDB.Core.Services.Impl.FileSystemDispatcherQueueService.Move(SanteDB.Core.Queue.DispatcherQueueEntry,System.String)"]

Implements

IDispatcherQueueManagerServiceMove(DispatcherQueueEntry, String)
See Also