Click or drag to resize
Askia

ISurveySaveRoutings Method

Saves a batch of routings in one go, all or nothing.

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IMethodResult SaveRoutings(
	IEnumerable<IRouting> routings
)

Parameters

routings
Type: System.Collections.GenericIEnumerableIRouting

[Missing <param name="routings"/> documentation for "M:AskiaCore.ISurvey.SaveRoutings(System.Collections.Generic.IEnumerable{AskiaCore.IRouting})"]

Return Value

Type: IMethodResult

[Missing <returns> documentation for "M:AskiaCore.ISurvey.SaveRoutings(System.Collections.Generic.IEnumerable{AskiaCore.IRouting})"]

See Also