C# Class Test.Amqp.TestLinkProcessor

Inheritance: ILinkProcessor
Mostrar archivo Open project: Azure/amqpnetlite Class Usage Examples

Public Properties

Property Type Description
OnLinkAttached Action

Public Methods

Method Description
Process ( AttachContext attachContext ) : void
TestLinkProcessor ( ) : System
TestLinkProcessor ( LinkEndpoint>.Func factory ) : System

Method Details

Process() public method

public Process ( AttachContext attachContext ) : void
attachContext AttachContext
return void

TestLinkProcessor() public method

public TestLinkProcessor ( ) : System
return System

TestLinkProcessor() public method

public TestLinkProcessor ( LinkEndpoint>.Func factory ) : System
factory LinkEndpoint>.Func
return System

Property Details

OnLinkAttached public_oe property

public Action OnLinkAttached
return Action