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

Groups the state with the callback.
Afficher le fichier Open project: webappsuk/CoreLibraries

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CallbackInfo ( [ callback, [ state ) : System

Initializes a new instance of the CallbackInfo struct.

Method Details

CallbackInfo() public méthode

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