ExternalDataExchangeService.AddService(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified service to the ExternalDataExchangeService.
public:
void AddService(System::Object ^ service);
public:
virtual void AddService(System::Object ^ service);
public void AddService(object service);
public virtual void AddService(object service);
member this.AddService : obj -> unit
abstract member AddService : obj -> unit
override this.AddService : obj -> unit
Public Sub AddService (service As Object)
Public Overridable Sub AddService (service As Object)
Parameters
- service
- Object
An object that represents the service to add.
Exceptions
service
is a null reference (Nothing
in Visual Basic).
The external run-time container was not found.