C# Class WebApplications.Utilities.Threading.SerializingSynchronizationContext.CallbackInfo

Groups the state with the callback.
Mostrar archivo Open project: webappsuk/CoreLibraries

Private Properties

Property Type Description

Public Methods

Method Description
CallbackInfo ( [ callback, [ state ) : System

Initializes a new instance of the CallbackInfo struct.

Method Details

CallbackInfo() public method

Initializes a new instance of the CallbackInfo struct.
public CallbackInfo ( [ callback, [ state ) : System
callback [ The Callback.
state [ The state.
return System