Method | Description | |
---|---|---|
AmazonXRayClient ( ) : System |
Constructs AmazonXRayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonXRayClient ( |
Constructs AmazonXRayClient with AWS Credentials
|
|
AmazonXRayClient ( |
Constructs AmazonXRayClient with AWS Credentials and an AmazonXRayClient Configuration object.
|
|
AmazonXRayClient ( |
Constructs AmazonXRayClient with AWS Credentials
|
|
AmazonXRayClient ( |
Constructs AmazonXRayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonXRayClient ( RegionEndpoint region ) : System |
Constructs AmazonXRayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonXRayClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonXRayClient with AWS Access Key ID, AWS Secret Key and an AmazonXRayClient Configuration object.
|
|
AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonXRayClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonXRayClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonXRayClient with AWS Access Key ID, AWS Secret Key and an AmazonXRayClient Configuration object.
|
|
AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonXRayClient with AWS Access Key ID and AWS Secret Key
|
|
BatchGetTraces ( |
Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use
|
|
BatchGetTracesAsync ( |
Initiates the asynchronous execution of the BatchGetTraces operation.
|
|
BeginBatchGetTraces ( |
Initiates the asynchronous execution of the BatchGetTraces operation.
|
|
BeginGetServiceGraph ( |
Initiates the asynchronous execution of the GetServiceGraph operation.
|
|
BeginGetTraceGraph ( |
Initiates the asynchronous execution of the GetTraceGraph operation.
|
|
BeginGetTraceSummaries ( |
Initiates the asynchronous execution of the GetTraceSummaries operation.
|
|
BeginPutTelemetryRecords ( |
Initiates the asynchronous execution of the PutTelemetryRecords operation.
|
|
BeginPutTraceSegments ( |
Initiates the asynchronous execution of the PutTraceSegments operation.
|
|
EndBatchGetTraces ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the BatchGetTraces operation.
|
|
EndGetServiceGraph ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetServiceGraph operation.
|
|
EndGetTraceGraph ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetTraceGraph operation.
|
|
EndGetTraceSummaries ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetTraceSummaries operation.
|
|
EndPutTelemetryRecords ( IAsyncResult asyncResult ) : PutTelemetryRecordsResponse |
Finishes the asynchronous execution of the PutTelemetryRecords operation.
|
|
EndPutTraceSegments ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutTraceSegments operation.
|
|
GetServiceGraph ( |
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.
|
|
GetServiceGraphAsync ( |
Initiates the asynchronous execution of the GetServiceGraph operation.
|
|
GetTraceGraph ( |
Retrieves a service graph for one or more specific trace IDs.
|
|
GetTraceGraphAsync ( |
Initiates the asynchronous execution of the GetTraceGraph operation.
|
|
GetTraceSummaries ( |
Retrieves IDs and metadata for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to
|
|
GetTraceSummariesAsync ( |
Initiates the asynchronous execution of the GetTraceSummaries operation.
|
|
PutTelemetryRecords ( |
Used by the AWS X-Ray daemon to upload telemetry.
|
|
PutTelemetryRecordsAsync ( |
Initiates the asynchronous execution of the PutTelemetryRecords operation.
|
|
PutTraceSegments ( |
Uploads segment documents to AWS X-Ray. The X-Ray SDK generates segment documents and sends them to the X-Ray daemon, which uploads them in batches. A segment document can be a completed segment, an in-progress segment, or an array of subsegments.
|
|
PutTraceSegmentsAsync ( |
Initiates the asynchronous execution of the PutTraceSegments operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonXRayClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonXRayClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonXRayClient Configuration Object | |
return | System |
public AmazonXRayClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonXRayClient ( |
||
config | The AmazonXRayClient Configuration Object | |
return | System |
public AmazonXRayClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonXRayClient Configuration Object | |
return | System |
public AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonXRayClient Configuration Object | |
return | System |
public AmazonXRayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
return | System |
public BatchGetTraces ( |
||
request | Container for the necessary parameters to execute the BatchGetTraces service method. | |
return |
public BatchGetTracesAsync ( |
||
request | Container for the necessary parameters to execute the BatchGetTraces operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public BeginBatchGetTraces ( |
||
request | Container for the necessary parameters to execute the BatchGetTraces operation on AmazonXRayClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetServiceGraph ( |
||
request | Container for the necessary parameters to execute the GetServiceGraph operation on AmazonXRayClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetTraceGraph ( |
||
request | Container for the necessary parameters to execute the GetTraceGraph operation on AmazonXRayClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetTraceSummaries ( |
||
request | Container for the necessary parameters to execute the GetTraceSummaries operation on AmazonXRayClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginPutTelemetryRecords ( |
||
request | Container for the necessary parameters to execute the PutTelemetryRecords operation on AmazonXRayClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginPutTraceSegments ( |
||
request | Container for the necessary parameters to execute the PutTraceSegments operation on AmazonXRayClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
protected CreateSigner ( ) : |
||
return |
public EndBatchGetTraces ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginBatchGetTraces. |
return |
public EndGetServiceGraph ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetServiceGraph. |
return |
public EndGetTraceGraph ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetTraceGraph. |
return |
public EndGetTraceSummaries ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetTraceSummaries. |
return |
public EndPutTelemetryRecords ( IAsyncResult asyncResult ) : PutTelemetryRecordsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutTelemetryRecords. |
return | PutTelemetryRecordsResponse |
public EndPutTraceSegments ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutTraceSegments. |
return |
public GetServiceGraph ( |
||
request | Container for the necessary parameters to execute the GetServiceGraph service method. | |
return |
public GetServiceGraphAsync ( |
||
request | Container for the necessary parameters to execute the GetServiceGraph operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetTraceGraph ( |
||
request | Container for the necessary parameters to execute the GetTraceGraph service method. | |
return |
public GetTraceGraphAsync ( |
||
request | Container for the necessary parameters to execute the GetTraceGraph operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetTraceSummaries ( |
||
request | Container for the necessary parameters to execute the GetTraceSummaries service method. | |
return |
public GetTraceSummariesAsync ( |
||
request | Container for the necessary parameters to execute the GetTraceSummaries operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutTelemetryRecords ( |
||
request | Container for the necessary parameters to execute the PutTelemetryRecords service method. | |
return | PutTelemetryRecordsResponse |
public PutTelemetryRecordsAsync ( |
||
request | Container for the necessary parameters to execute the PutTelemetryRecords operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutTraceSegments ( |
||
request | Container for the necessary parameters to execute the PutTraceSegments service method. | |
return |
public PutTraceSegmentsAsync ( |
||
request | Container for the necessary parameters to execute the PutTraceSegments operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |