[This is preliminary documentation and is subject to change.]
Defines a base for items executable by WorkQueue
Namespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public interface IWorkItem<TContext>
where TContext : class
public interface IWorkItem<TContext>
where TContext : class
Public Interface IWorkItem(Of TContext As Class)
Public Interface IWorkItem(Of TContext As Class)
generic<typename TContext>
where TContext : ref class
public interface class IWorkItem
generic<typename TContext>
where TContext : ref class
public interface class IWorkItem
type IWorkItem<'TContext when 'TContext : not struct> = interface end
type IWorkItem<'TContext when 'TContext : not struct> = interface end
- TContext