Click or drag to resize

IAceHttpServerSuspend Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Suspends the specified in seconds.

Namespace:  imbACE.Network.internet.core
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
void Suspend(
	int inSeconds = -1,
	int restartInSeconds = -1
)
Request Example View Source

Parameters

inSeconds (Optional)
Type: SystemInt32
The in seconds - from this moment
restartInSeconds (Optional)
Type: SystemInt32
The restart in seconds - from moment of suspension: in inSeconds + this parametere
See Also