Main Content

reusable

Class: matlab.net.http.io.GenericProvider
Namespace: matlab.net.http.io

Indicate whether GenericProvider is reusable

Syntax

TF = reusable(provider)

Description

TF = reusable(provider) returns true if the GetDataFcn argument specified to the GenericProvider constructor takes more than one input argument. Otherwise, the method returns false. This method is an overridden method of reusable.

Input Arguments

expand all

Content provider, specified as a matlab.net.http.io.GenericProvider object.

Attributes

Accessprotected

Version History

Introduced in R2018a