Property | Type | Description | |
---|---|---|---|
SendReceiveDisabled | bool |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CheckInNow ( string message ) : void | ||
CheckPointWithDialog ( string dialogTitle ) : void | ||
Dispose ( ) : void | ||
SendReceiver ( Chorus.ChorusSystem chorusSystem, Func |
|
public CheckPointWithDialog ( string dialogTitle ) : void | ||
dialogTitle | string | |
return | void |
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. |
return | System |