|  | DirectFunctionsResetCommonBlocks Method | 
Linkar Framework for .NET and Core
            Resets the COMMON variables with the 100 most used files, synchronously only.
            
Namespace: Linkar.Functions.DirectAssembly: Linkar.Functions.Direct (in Linkar.Functions.Direct.dll) Version: 2.3.1
 Syntax
Syntaxpublic static string ResetCommonBlocks(
	CredentialOptions credentialOptions,
	DATAFORMAT_TYPE outputFormat,
	int receiveTimeout = 0
)
Public Shared Function ResetCommonBlocks ( 
	credentialOptions As CredentialOptions,
	outputFormat As DATAFORMAT_TYPE,
	Optional receiveTimeout As Integer = 0
) As String
public:
static String^ ResetCommonBlocks(
	CredentialOptions^ credentialOptions, 
	DATAFORMAT_TYPE outputFormat, 
	int receiveTimeout = 0
)
static member ResetCommonBlocks : 
        credentialOptions : CredentialOptions * 
        outputFormat : DATAFORMAT_TYPE * 
        ?receiveTimeout : int 
(* Defaults:
        let _receiveTimeout = defaultArg receiveTimeout 0
*)
-> string Parameters
- credentialOptions  CredentialOptions
- Object with data necessary to access the Linkar Server: Username, Password, EntryPoint, Language, FreeText.
- outputFormat  DATAFORMAT_TYPE
- Indicates in what format you want to receive the data resulting from the operation: MV, XML or JSON.
- receiveTimeout  Int32  (Optional)
- Maximum time in seconds that the client will wait for a response from the server. Default = 0 to wait indefinitely.
Return Value
StringThe results of the operation.
 See Also
See Also