Amazon.Lambda.AmazonLambdaClient.EndGetFunctionConfiguration C# (CSharp) Method

EndGetFunctionConfiguration() public method

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