Amazon.Lightsail.AmazonLightsailClient.GetStaticIpAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the GetStaticIp operation.
public GetStaticIpAsync ( GetStaticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetStaticIpRequest Container for the necessary parameters to execute the GetStaticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetStaticIpResponse> GetStaticIpAsync(GetStaticIpRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetStaticIpRequestMarshaller();
            var unmarshaller = GetStaticIpResponseUnmarshaller.Instance;

            return InvokeAsync<GetStaticIpRequest,GetStaticIpResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonLightsailClient