CommUtilStoreDataInSharedMem(String, String, NullableInt32, Boolean) Method

Place string into shared memory.

Definition

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

Parameters

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

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

Return Value

Boolean

[Missing <returns> documentation for "M:Karamba.Utilities.CommUtil.StoreDataInSharedMem(System.String,System.String,System.Nullable{System.Int32},System.Boolean)"]

See Also