ServiceProviders.AddService(Type, Object) Method

Definition

Adds a service to the list.

public:
 void AddService(Type ^ serviceType, System::Object ^ service);
public void AddService (Type serviceType, object service);
member this.AddService : Type * obj -> unit
Public Sub AddService (serviceType As Type, service As Object)

Parameters

serviceType
Type

Service type of the new service.

service
Object

The service implementation class.

Exceptions

serviceType or service is null.

Attempted to add a service that already exists in the dictionary.

Applies to