MessageAsyncProcessorBase<T>.ProcessAsync(IChannelHandlerContext, T, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected abstract System.Threading.Tasks.Task ProcessAsync (DotNetty.Transport.Channels.IChannelHandlerContext context, T packet, string scope);
abstract member ProcessAsync : DotNetty.Transport.Channels.IChannelHandlerContext * 'T * string -> System.Threading.Tasks.Task
Protected MustOverride Function ProcessAsync (context As IChannelHandlerContext, packet As T, scope As String) As Task
Parameters
- context
- DotNetty.Transport.Channels.IChannelHandlerContext
- packet
- T
- scope
- System.String
Returns
- System.Threading.Tasks.Task