SuspendableDocumentNodeBaseResume(ISuspendToken, EventFiring) Method |
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Resume(
ref ISuspendToken?? suspendToken,
EventFiring eventFiring
)
Parameters
- suspendToken ISuspendToken
- The suspend token.
- eventFiring EventFiring
- This argument determines if the events are resumed taking the event data into account, or the resume is silent, i.e. accumulated event data are discarded.
See Also