| 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
)
Public Function Move (
entry As DispatcherQueueEntry,
toQueue As String
) As DispatcherQueueEntry
public:
virtual DispatcherQueueEntry^ Move(
DispatcherQueueEntry^ entry,
String^ toQueue
) sealed
abstract Move :
entry : DispatcherQueueEntry *
toQueue : string -> DispatcherQueueEntry
override Move :
entry : DispatcherQueueEntry *
toQueue : string -> DispatcherQueueEntry
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