| AkDistributedFileSystemGetConfig Method (String, String) |
获取分布式文件系统的设置。
Namespace: Appkit.IOAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static AkDFSConfig GetConfig(
string typeName,
string propName
)
Parameters
- typeName
- Type: SystemString
类型名称。 - propName
- Type: SystemString
属性名称。
Return Value
Type:
AkDFSConfig查找到的设置。
See Also