AddToHost Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Adds this service behavior to the specified host.

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

Syntax

C#
public void AddToHost(
	ServiceHost host
)
Visual Basic
Public Sub AddToHost ( _
	host As ServiceHost _
)
Visual C++
public:
void AddToHost(
	ServiceHost^ host
)

Parameters

host
Type: System.ServiceModel..::..ServiceHost
The host.

Contracts

Requires
host!=null
host.Description!=null
host.Description.Behaviors!=null

See Also