public virtual bool Put(
string tableName,
Object key,
Object value,
int maxAgeSec = 0,
int priority = 0,
Nullable<DateTime> absoluteExpirationUTC = null
)
public virtual bool Put(
string tableName,
Object key,
Object value,
int maxAgeSec = 0,
int priority = 0,
Nullable<DateTime> absoluteExpirationUTC = null
)
Public Overridable Function Put (
tableName As String,
key As Object,
value As Object,
Optional maxAgeSec As Integer = 0,
Optional priority As Integer = 0,
Optional absoluteExpirationUTC As Nullable(Of DateTime) = Nothing
) As Boolean
Public Overridable Function Put (
tableName As String,
key As Object,
value As Object,
Optional maxAgeSec As Integer = 0,
Optional priority As Integer = 0,
Optional absoluteExpirationUTC As Nullable(Of DateTime) = Nothing
) As Boolean
public:
virtual bool Put(
String^ tableName,
Object^ key,
Object^ value,
int maxAgeSec = 0,
int priority = 0,
Nullable<DateTime> absoluteExpirationUTC = nullptr
)
public:
virtual bool Put(
String^ tableName,
Object^ key,
Object^ value,
int maxAgeSec = 0,
int priority = 0,
Nullable<DateTime> absoluteExpirationUTC = nullptr
)
abstract Put :
tableName : string *
key : Object *
value : Object *
?maxAgeSec : int *
?priority : int *
?absoluteExpirationUTC : Nullable<DateTime>
(* Defaults:
let _maxAgeSec = defaultArg maxAgeSec 0
let _priority = defaultArg priority 0
let _absoluteExpirationUTC = defaultArg absoluteExpirationUTC null
*)
-> bool
override Put :
tableName : string *
key : Object *
value : Object *
?maxAgeSec : int *
?priority : int *
?absoluteExpirationUTC : Nullable<DateTime>
(* Defaults:
let _maxAgeSec = defaultArg maxAgeSec 0
let _priority = defaultArg priority 0
let _absoluteExpirationUTC = defaultArg absoluteExpirationUTC null
*)
-> bool
abstract Put :
tableName : string *
key : Object *
value : Object *
?maxAgeSec : int *
?priority : int *
?absoluteExpirationUTC : Nullable<DateTime>
(* Defaults:
let _maxAgeSec = defaultArg maxAgeSec 0
let _priority = defaultArg priority 0
let _absoluteExpirationUTC = defaultArg absoluteExpirationUTC null
*)
-> bool
override Put :
tableName : string *
key : Object *
value : Object *
?maxAgeSec : int *
?priority : int *
?absoluteExpirationUTC : Nullable<DateTime>
(* Defaults:
let _maxAgeSec = defaultArg maxAgeSec 0
let _priority = defaultArg priority 0
let _absoluteExpirationUTC = defaultArg absoluteExpirationUTC null
*)
-> bool