C# Class SIL.FieldWorks.IgnoreAppMessageProccessing

Class used to supress message processing on a given FwApp
Inheritance: IDisposable
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

IgnoreAppMessageProccessing ( FwApp instance ) : System

Initializes a new instance of the IgnoreAppMessageProccessing class.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

IgnoreAppMessageProccessing() public méthode

Initializes a new instance of the IgnoreAppMessageProccessing class.
public IgnoreAppMessageProccessing ( FwApp instance ) : System
instance SIL.FieldWorks.Common.Framework.FwApp The FwApp.
Résultat System