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

EndGetKeyPair() 공개 메소드

Finishes the asynchronous execution of the GetKeyPair operation.
public EndGetKeyPair ( IAsyncResult asyncResult ) : GetKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetKeyPair.
리턴 Amazon.Lightsail.Model.GetKeyPairResponse
        public  GetKeyPairResponse EndGetKeyPair(IAsyncResult asyncResult)
        {
            return EndInvoke<GetKeyPairResponse>(asyncResult);
        }
AmazonLightsailClient