C# Class ExcelDna.Integration.ExcelSynchronizationContext

Inheritance: System.Threading.SynchronizationContext
Afficher le fichier Open project: Excel-DNA/ExcelDna Class Usage Examples

Méthodes publiques

Méthode Description
Post ( SendOrPostCallback d, object state ) : void
Send ( SendOrPostCallback d, object state ) : void

Method Details

Post() public méthode

public Post ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
Résultat void

Send() public méthode

public Send ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
Résultat void