Amazon.Lightsail.AmazonLightsailClient.EndCreateInstanceSnapshot C# (CSharp) Method

EndCreateInstanceSnapshot() public method

Finishes the asynchronous execution of the CreateInstanceSnapshot operation.
public EndCreateInstanceSnapshot ( IAsyncResult asyncResult ) : CreateInstanceSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInstanceSnapshot.
return CreateInstanceSnapshotResponse
        public  CreateInstanceSnapshotResponse EndCreateInstanceSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateInstanceSnapshotResponse>(asyncResult);
        }
AmazonLightsailClient