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

EndGetKeyPairs() 공개 메소드

Finishes the asynchronous execution of the GetKeyPairs operation.
public EndGetKeyPairs ( IAsyncResult asyncResult ) : GetKeyPairsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetKeyPairs.
리턴 Amazon.Lightsail.Model.GetKeyPairsResponse
        public  GetKeyPairsResponse EndGetKeyPairs(IAsyncResult asyncResult)
        {
            return EndInvoke<GetKeyPairsResponse>(asyncResult);
        }
AmazonLightsailClient