Asynchronously starts or restarts the Central Campaign Server's http server.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public void RestartHttpserverAsync(
	EventHandler<AsyncCompletedEventArgs<bool>> completionCallback,
	Object state
)
Visual Basic
Public Sub RestartHttpserverAsync ( _
	completionCallback As EventHandler(Of AsyncCompletedEventArgs(Of Boolean)), _
	state As Object _
)

Parameters

completionCallback
Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'Boolean>)>)>>)>)>
The method to call upon completion.
state
Type: System..::..Object

See Also