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

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

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

            return InvokeAsync<GetStaticIpsRequest,GetStaticIpsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonLightsailClient