PoolingManagementTGetResource Method |
从资源池中提取资源
Namespace: X3Platform.PoolingAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic T GetResource(
out long messageId
)
public:
T GetResource(
[OutAttribute] long 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