Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IUriStreamService.UnregisterProvider(IUriStreamProvider) Method

Cancels the registration of an Uri data stream provider, and makes it unavailable to the clients of the service.

Namespace: DevExpress.Office.Services

Assembly: DevExpress.Office.v19.1.Core.dll

Declaration

void UnregisterProvider(
    IUriStreamProvider provider
)

Parameters

Name Type Description
provider IUriStreamProvider

An object which exposes the IUriStreamProvider interface.

See Also