Amazon.Lambda.AmazonLambdaClient.EndGetFunctionConfiguration C# (CSharp) 메소드

EndGetFunctionConfiguration() 공개 메소드

Finishes the asynchronous execution of the GetFunctionConfiguration operation.
public EndGetFunctionConfiguration ( IAsyncResult asyncResult ) : GetFunctionConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetFunctionConfiguration.
리턴 Amazon.Lambda.Model.GetFunctionConfigurationResponse
        public  GetFunctionConfigurationResponse EndGetFunctionConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<GetFunctionConfigurationResponse>(asyncResult);
        }
AmazonLambdaClient