C# Class Bloom.SendReceive.SendReceiver

Inheritance: IDisposable
Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Свойство Type Description
SendReceiveDisabled bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CheckInNow ( string message ) : void
CheckPointWithDialog ( string dialogTitle ) : void
Dispose ( ) : void
SendReceiver ( Chorus.ChorusSystem chorusSystem, Func
getFormWithContextForInvokingErrorDialogs ) : System

Method Details

CheckInNow() public méthode

public CheckInNow ( string message ) : void
message string
Résultat void

CheckPointWithDialog() public méthode

public CheckPointWithDialog ( string dialogTitle ) : void
dialogTitle string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SendReceiver() public méthode

public SendReceiver ( Chorus.ChorusSystem chorusSystem, Func getFormWithContextForInvokingErrorDialogs ) : System
chorusSystem Chorus.ChorusSystem
getFormWithContextForInvokingErrorDialogs Func using a function here rather than a value /// becuase this class is created by the dependency injection system while building up this for (a /// project window), so that value isn't available yet.
Résultat System

Property Details

SendReceiveDisabled public_oe static_oe property

public static bool SendReceiveDisabled
Résultat bool