Amazon.XRay.AmazonXRayClient.GetServiceGraph C# (CSharp) Method

GetServiceGraph() public method

Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the AWS X-Ray SDK. Downstream services can be other applications, AWS resources, HTTP web APIs, or SQL databases.
/// The request is missing required parameters or has invalid parameters. /// /// The request exceeds the maximum number of requests per second. ///
public GetServiceGraph ( GetServiceGraphRequest request ) : GetServiceGraphResponse
request Amazon.XRay.Model.GetServiceGraphRequest Container for the necessary parameters to execute the GetServiceGraph service method.
return Amazon.XRay.Model.GetServiceGraphResponse
        public GetServiceGraphResponse GetServiceGraph(GetServiceGraphRequest request)
        {
            var marshaller = new GetServiceGraphRequestMarshaller();
            var unmarshaller = GetServiceGraphResponseUnmarshaller.Instance;

            return Invoke<GetServiceGraphRequest,GetServiceGraphResponse>(request, marshaller, unmarshaller);
        }