You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Namespace DistributeServices
|
|
|
|
''' <summary>
|
|
''' A computing node in grid
|
|
''' </summary>
|
|
''' <remarks>
|
|
''' 在这里应该是一个服务器端对象, 因为是中心控制器模块来请求这些计算节点上的计算资源服务
|
|
''' </remarks>
|
|
Public Class GridNode
|
|
|
|
End Class
|
|
End Namespace |