Click or drag to resize
UpdateControllerCustomIpcData Property
Gets or sets a string that is sent with all communications between controllers.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public string CustomIpcData { get; set; }

Property Value

Type: String
A string that is sent with all communications between controllers. To access this string from a controller receiving a message from this one, check the value of the CustomData property of the UpdateStartingEventArgs from the UpdateStarting event raised by the receiving controller.
See Also