[This is preliminary documentation and is subject to change.]

Generates a RestDrive

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public RestDrive Generate(
	params Object[] parameters
)

Parameters

parameters
Type: array<System..::..Object>[]()[][]
The optional list of parameters to be used for initializing the drive

Return Value

A rest drive initialized with the specified parameters

Implements

IDriveFactory<(Of <(<'T>)>)>..::..Generate(array<Object>[]()[][])

See Also