  | PatternTopologyResolver Constructor  | 
  
    Namespace: 
   Ookii.Jumbo.Topology
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic PatternTopologyResolver(
	JumboConfiguration configuration
)
Public Sub New ( 
	configuration As JumboConfiguration
)
public:
PatternTopologyResolver(
	JumboConfiguration^ configuration
)
new : 
        configuration : JumboConfiguration -> PatternTopologyResolverParameters
- configuration
 - Type: Ookii.JumboJumboConfiguration
The jumbo configuration to use. May be . 
See Also