Amazon.Lightsail.AmazonLightsailClient.EndCreateInstanceSnapshot C# (CSharp) 메소드

EndCreateInstanceSnapshot() 공개 메소드

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