Cache(String, Int64, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
Cache(System::String ^ name, long timeoutSeconds, int maxSize);
public Cache (string name, long timeoutSeconds, int maxSize);
new Microsoft.BizTalk.Edi.Shared.Cache : string * int64 * int -> Microsoft.BizTalk.Edi.Shared.Cache
Public Sub New (name As String, timeoutSeconds As Long, maxSize As Integer)
參數
- name
- String
- timeoutSeconds
- Int64
- maxSize
- Int32