Click or drag to resize

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

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

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

Parameters

filename
Type: SystemVoid

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

records
Type: T

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

originalRecords
Type: SystemString

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

deleteOptions
Type: System.Collections.GenericListT

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

customVars (Optional)
Type: SystemVoid

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

receiveTimeout (Optional)
Type: T

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

Type Parameters

T

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

Return Value

Type: ListT

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

See Also