Registers service.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public void AddService(
	Type type,
	Object service
)
Visual Basic (Declaration)
Public Sub AddService ( _
	type As Type, _
	service As Object _
)
Visual C++
public:
void AddService(
	Type^ type, 
	Object^ service
)

Parameters

type
Type: System..::.Type
service
Type: System..::.Object

See Also