共用方式為


Cache(String, Int64, Int32) 建構函式

定義

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

適用於