Class AbstractPollableSource<H>
Inheritance
System.Object
AbstractPollableSource<H>
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public abstract class AbstractPollableSource<H> : object, IPollableSource<H>, IPollableSource
Type Parameters
Methods
|
Edit this page
View Source
Poll(H)
Declaration
public abstract bool Poll(H handler)
Parameters
Type |
Name |
Description |
H |
handler |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Poll(H, Type)
Declaration
public virtual bool Poll(H handler, Type type)
Parameters
Type |
Name |
Description |
H |
handler |
|
Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Poll(Object)
Declaration
public bool Poll(object handler)
Parameters
Type |
Name |
Description |
System.Object |
handler |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Poll(Object, Type)
Declaration
public bool Poll(object handler, Type type)
Parameters
Type |
Name |
Description |
System.Object |
handler |
|
Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
Implements