Click or drag to resize

LinkarCltNewT Method (Void, T, String, List, Void)

[Missing <summary> documentation for "M:LinkarClient.LinkarClt.New``1(System.Void,``0,System.String,System.Collections.Generic.List`1,System.Void)"]

Namespace:  LinkarClient
Assembly:  LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
Syntax
public List New<T>(
	void filename,
	T records,
	string newOptions = null,
	List customVars = "",
	void receiveTimeout = -1
)

Parameters

filename
Type: SystemVoid

[Missing <param name="filename"/> documentation for "M:LinkarClient.LinkarClt.New``1(System.Void,``0,System.String,System.Collections.Generic.List`1,System.Void)"]

records
Type: T

[Missing <param name="records"/> documentation for "M:LinkarClient.LinkarClt.New``1(System.Void,``0,System.String,System.Collections.Generic.List`1,System.Void)"]

newOptions (Optional)
Type: SystemString

[Missing <param name="newOptions"/> documentation for "M:LinkarClient.LinkarClt.New``1(System.Void,``0,System.String,System.Collections.Generic.List`1,System.Void)"]

customVars (Optional)
Type: System.Collections.GenericListT

[Missing <param name="customVars"/> documentation for "M:LinkarClient.LinkarClt.New``1(System.Void,``0,System.String,System.Collections.Generic.List`1,System.Void)"]

receiveTimeout (Optional)
Type: SystemVoid

[Missing <param name="receiveTimeout"/> documentation for "M:LinkarClient.LinkarClt.New``1(System.Void,``0,System.String,System.Collections.Generic.List`1,System.Void)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:LinkarClient.LinkarClt.New``1(System.Void,``0,System.String,System.Collections.Generic.List`1,System.Void)"]

Return Value

Type: ListT

[Missing <returns> documentation for "M:LinkarClient.LinkarClt.New``1(System.Void,``0,System.String,System.Collections.Generic.List`1,System.Void)"]

See Also