Amazon.IoT.AmazonIoTClient.DescribeEndpointAsync C# (CSharp) Метод

DescribeEndpointAsync() публичный Метод

Returns a unique endpoint specific to the AWS account making the call.
/// An unexpected error has occurred. /// /// The rate exceeds the limit. /// /// You are not authorized to perform this operation. ///
public DescribeEndpointAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeEndpointResponse> DescribeEndpointAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var request = new DescribeEndpointRequest();
            return DescribeEndpointAsync(request, cancellationToken);
        }

Same methods

AmazonIoTClient::DescribeEndpointAsync ( DescribeEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonIoTClient