Amazon.RDS.AmazonRDSClient.EndResetDBClusterParameterGroup C# (CSharp) Метод

EndResetDBClusterParameterGroup() публичный Метод

Finishes the asynchronous execution of the ResetDBClusterParameterGroup operation.
public EndResetDBClusterParameterGroup ( IAsyncResult asyncResult ) : ResetDBClusterParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetDBClusterParameterGroup.
Результат ResetDBClusterParameterGroupResponse
        public  ResetDBClusterParameterGroupResponse EndResetDBClusterParameterGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<ResetDBClusterParameterGroupResponse>(asyncResult);
        }
AmazonRDSClient