C# Class Tp.Integration.Plugin.Common.PluginLifecycle.RouterChildTagsSource

Inheritance: IRouterChildTagsSource
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
GetChildTags ( ) : IEnumerable
NeedToHandleMessage ( MessageEx message ) : bool
RouterChildTagsSource ( IAccountCollection accountCollection, IMsmqTransport transport ) : System.Collections.Generic

Method Details

GetChildTags() public method

public GetChildTags ( ) : IEnumerable
return IEnumerable

NeedToHandleMessage() public method

public NeedToHandleMessage ( MessageEx message ) : bool
message Tp.Integration.Messages.ServiceBus.Transport.Router.MsmqRx.MessageEx
return bool

RouterChildTagsSource() public method

public RouterChildTagsSource ( IAccountCollection accountCollection, IMsmqTransport transport ) : System.Collections.Generic
accountCollection IAccountCollection
transport IMsmqTransport
return System.Collections.Generic