SessionHelperAddStrArray Method (String, String, Int32) | Helper帮助文档 |
添加Session
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AddStrArray( string strSessionName, string[] strValues, int iExpires )
Public Shared Sub AddStrArray ( strSessionName As String, strValues As String(), iExpires As Integer )
public: static void AddStrArray( String^ strSessionName, array<String^>^ strValues, int iExpires )
static member AddStrArray : strSessionName : string * strValues : string[] * iExpires : int -> unit
Parameters
- strSessionName
- Type: SystemString
Session对象名称 - strValues
- Type: SystemString
Session值数组 - iExpires
- Type: SystemInt32
调动有效期(分钟)
See Also