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

EndGetServiceGraph() public method

Finishes the asynchronous execution of the GetServiceGraph operation.
public EndGetServiceGraph ( IAsyncResult asyncResult ) : GetServiceGraphResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetServiceGraph.
return Amazon.XRay.Model.GetServiceGraphResponse
        public  GetServiceGraphResponse EndGetServiceGraph(IAsyncResult asyncResult)
        {
            return EndInvoke<GetServiceGraphResponse>(asyncResult);
        }