Class NotSupportedChannelWriter
Inheritance
System.Object
NotSupportedChannelWriter
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
public class NotSupportedChannelWriter : ChannelWriter<IMessage>
Methods
|
Edit this page
View Source
TryComplete(Exception)
Declaration
public override bool TryComplete(Exception error = null)
Parameters
Type |
Name |
Description |
Exception |
error |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
TryWrite(IMessage)
Declaration
public override bool TryWrite(IMessage item)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
WaitToWriteAsync(CancellationToken)
Declaration
public override ValueTask<bool> WaitToWriteAsync(CancellationToken cancellationToken = null)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
ValueTask<System.Boolean> |
|
|
Edit this page
View Source
WriteAsync(IMessage, CancellationToken)
Declaration
public override ValueTask WriteAsync(IMessage item, CancellationToken cancellationToken = null)
Parameters
Type |
Name |
Description |
IMessage |
item |
|
CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
ValueTask |
|