public static bool StoreDataInSharedMem(
string content,
string aName = null,
int? timeout = 20,
bool throw = false
)Public Shared Function StoreDataInSharedMem (
content As String,
Optional aName As String = Nothing,
Optional timeout As Integer? = 20,
Optional throw As Boolean = false
) As Booleanpublic:
static bool StoreDataInSharedMem(
String^ content,
String^ aName = nullptr,
Nullable<int> timeout = 20,
bool throw = false
)static member StoreDataInSharedMem :
content : string *
?aName : string *
?timeout : Nullable<int> *
?throw : bool
(* Defaults:
let _aName = defaultArg aName null
let _timeout = defaultArg timeout 20
let _throw = defaultArg throw false
*)
-> bool [Missing <param name="throw"/> documentation for "M:Karamba.Utilities.CommUtil.StoreDataInSharedMem(System.String,System.String,System.Nullable{System.Int32},System.Boolean)"]
[Missing <returns> documentation for "M:Karamba.Utilities.CommUtil.StoreDataInSharedMem(System.String,System.String,System.Nullable{System.Int32},System.Boolean)"]