Skip to content

ERPConnect.RFCAPI

Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll

public static class RFCAPI

Inheritance

objectRFCAPI

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

RequestWaitTime

Gets or sets the time in milliseconds for which the current thread sleeps between checks for new RFC requests. Only change this value if you are experiencing performance issues

public static int RequestWaitTime { get; set; }

Property Value

int

SynchronizationEnabled

Gets or sets a value indicating whether parallel calls to the classic RFC API are synchronized to prevent resource conflicts. Only change this value if you are experiencing performance issues. Do not set this value to false if multiple threads are using ERPConnect. Otherwise memory access violations may occur which may corrupt the state of your process.

public static bool SynchronizationEnabled { get; set; }

Property Value

bool