Amazon.RDS.AmazonRDSClient.EndCreateDBClusterParameterGroup C# (CSharp) 메소드

EndCreateDBClusterParameterGroup() 공개 메소드

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