ExternalDataExchangeService::RemoveService Method (Object^)

 

Removes the specified service from the ExternalDataExchangeService.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
virtual void RemoveService(
	Object^ service
)

Parameters

service
Type: System::Object^

An object that represents the service to remove.

Exception Condition
ArgumentNullException

service is a null reference (Nothing in Visual Basic).

InvalidOperationException

The service is not registered with the runtime.

.NET Framework
Available since 3.0
Return to top
Show: