Click or drag to resize
MqReceiveT Constructor (String, Int32, LogManager)
初始化

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public MqReceive(
	string name,
	int maxThreadSize,
	LogManager logManager
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Adf.MqReceive`1.#ctor(System.String,System.Int32,Adf.LogManager)"]

maxThreadSize
Type: SystemInt32

[Missing <param name="maxThreadSize"/> documentation for "M:Adf.MqReceive`1.#ctor(System.String,System.Int32,Adf.LogManager)"]

logManager
Type: AdfLogManager

[Missing <param name="logManager"/> documentation for "M:Adf.MqReceive`1.#ctor(System.String,System.Int32,Adf.LogManager)"]

See Also