Amazon.RDS.AmazonRDSClient.EndCreateDBClusterParameterGroup C# (CSharp) Méthode

EndCreateDBClusterParameterGroup() public méthode

Finishes the asynchronous execution of the CreateDBClusterParameterGroup operation.
public EndCreateDBClusterParameterGroup ( IAsyncResult asyncResult ) : CreateDBClusterParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBClusterParameterGroup.
Résultat CreateDBClusterParameterGroupResponse
        public  CreateDBClusterParameterGroupResponse EndCreateDBClusterParameterGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDBClusterParameterGroupResponse>(asyncResult);
        }
AmazonRDSClient