SessionHelperAddStrArray Method (String, String) | Helper帮助文档 |
添加Session,调动有效期为20分钟
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 )
Public Shared Sub AddStrArray ( strSessionName As String, strValues As String() )
public: static void AddStrArray( String^ strSessionName, array<String^>^ strValues )
static member AddStrArray : strSessionName : string * strValues : string[] -> unit
Parameters
- strSessionName
- Type: SystemString
Session对象名称 - strValues
- Type: SystemString
Session值数组
See Also