Click or drag to resize
PoolingManagementTGetResource Method
从资源池中提取资源

Namespace: X3Platform.Pooling
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public T GetResource(
	out long messageId
)

Parameters

messageId
Type: SystemInt64
向资源用户输出的messageId,返回资源时用它来返回特定资源.

Return Value

Type: T

[Missing <returns> documentation for "M:X3Platform.Pooling.PoolingManagement`1.GetResource(System.Int64@)"]

See Also