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.481-alpha
Syntax
public DispatcherQueueEntry Move(
	DispatcherQueueEntry entry,
	string toQueue
)

Parameters

entry
Type: SanteDB.Core.QueueDispatcherQueueEntry

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

toQueue
Type: SystemString

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

Return Value

Type: DispatcherQueueEntry

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

Implements

IDispatcherQueueManagerServiceMove(DispatcherQueueEntry, String)
See Also