Amazon.Lambda.AmazonLambdaClient.EndGetFunctionConfiguration C# (CSharp) Méthode

EndGetFunctionConfiguration() public méthode

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