C# Class GSF.Threading.WeakAction

Inheritance: System.WeakReference
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears Action callback target.

WeakAction ( System.Action callback ) : System

Creates a WeakAction.

Private Methods

Méthode Description
TryInvoke ( ) : bool

Method Details

Clear() public méthode

Clears Action callback target.
public Clear ( ) : void
Résultat void

WeakAction() public méthode

Creates a WeakAction.
public WeakAction ( System.Action callback ) : System
callback System.Action The callback.
Résultat System