CallbackEndpoint Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
This endpoint will be used to enable communication between solvers

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public string CallbackEndpoint { get; private set; }
Visual Basic
Public Property CallbackEndpoint As String
	Get
	Private Set
Visual C++
public:
property String^ CallbackEndpoint {
	String^ get ();
	private: void set (String^ value);
}

See Also