KjsWebUpdateExchanger Constructor

Contstructor

[Visual Basic]

Public Function New( _

ByVal executionId As String, _

ByVal notificationPath As String, _

ByVal channelName As String _

)

[C#]

public KjsWebUpdateExchanger(

string executionId,

string notificationPath,

string channelName

);

Parameters

executionId

The execution id used to identify the update process being executed

notificationPath

The notification path the update process will use to drop completion notifications

channelName

The name of the remoting channel used to host the exchanger.

See Also

KjsWebUpdateExchanger Class | KjsWebUpdateExchanger Members | Kjs.AppLife.Update.Web Namespace