CommUtilReadDataFromSharedMem Method

Read string from shared memory.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static string ReadDataFromSharedMem(
	string aName = null,
	int? timeout = 20,
	bool noRetry = false
)

Parameters

aName  String  (Optional)
optional name.
timeout  NullableInt32  (Optional)
timeout in seconds. null or -1 for none. 60s is default.
noRetry  Boolean  (Optional)

[Missing <param name="noRetry"/> documentation for "M:Karamba.Utilities.CommUtil.ReadDataFromSharedMem(System.String,System.Nullable{System.Int32},System.Boolean)"]

Return Value

String
string. null when nothing was found.

See Also