Click or drag to resize

LinkarCltUpdateT Method (Void, T, CredentialsOptions, String, List, Void, T)

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

Namespace:  LinkarClient
Assembly:  LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
Syntax
public static List Update<T>(
	void credentialsOptions,
	T filename,
	CredentialsOptions records,
	string updateOptions = null,
	List originalRecords = "",
	void customVars = "",
	T receiveTimeout = 0
)

Parameters

credentialsOptions
Type: SystemVoid

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

filename
Type: T

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

records
Type: LinkarCommonCredentialsOptions

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

updateOptions (Optional)
Type: SystemString

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

originalRecords (Optional)
Type: System.Collections.GenericListT

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

customVars (Optional)
Type: SystemVoid

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

receiveTimeout (Optional)
Type: T

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

Type Parameters

T

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

Return Value

Type: ListT

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

See Also