Interface IStreamListenerResultAdapter
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public interface IStreamListenerResultAdapter
Methods
|
Edit this page
View Source
Adapt(Object, Object)
Declaration
IDisposable Adapt(object streamListenerResult, object bindingTarget)
Parameters
Type |
Name |
Description |
System.Object |
streamListenerResult |
|
System.Object |
bindingTarget |
|
Returns
Type |
Description |
IDisposable |
|
|
Edit this page
View Source
Supports(Type, Type)
Declaration
bool Supports(Type resultType, Type bindingTarget)
Parameters
Type |
Name |
Description |
Type |
resultType |
|
Type |
bindingTarget |
|
Returns
Type |
Description |
System.Boolean |
|