AmazonECS.Net, A .Net Library for the Amazon E-Commerce Service

NodePathRequest.GetNodePath Method 

Sends an Amazon ECS4 request to retrieve the path of specific node. The result is returned as a System.Data.DataTable with 2 columns ("NodeName" and "NodeId") and each row representing a node of the path.

public DataTable GetNodePath(
   String nodeId,
   Boolean useCache
);

Parameters

String
A node id
Boolean
Specify if System.Web.HttpContext.Current.Cache should be used

Return Value

A DataTable with 2 columns ("NodeName" and "NodeId") and each row representing a node of the path.

Remarks

If useCache is true, the result to the request is cached for 30 days or loaded from cache if the response is already in cache.

See Also

NodePathRequest Class | Matizha.AmazonECSNet.CA Namespace