[This is preliminary documentation and is subject to change.]
Defines contract for work queue that work items can be posted to
Namespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public interface IWorkQueue<TContext>
where TContext : class
public interface IWorkQueue<TContext>
where TContext : class
Public Interface IWorkQueue(Of TContext As Class)
Public Interface IWorkQueue(Of TContext As Class)
generic<typename TContext>
where TContext : ref class
public interface class IWorkQueue
generic<typename TContext>
where TContext : ref class
public interface class IWorkQueue
type IWorkQueue<'TContext when 'TContext : not struct> = interface end
type IWorkQueue<'TContext when 'TContext : not struct> = interface end
- TContext